A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can I combine a Vlookup with an IF formula?



 
 
Thread Tools Display Modes
  #1  
Old April 15th, 2010, 01:30 PM posted to microsoft.public.excel.worksheet.functions
Claire[_2_]
external usenet poster
 
Posts: 3
Default Can I combine a Vlookup with an IF formula?

I'm not sure Excel can do what I want it to do -

I have a VLookup formula on my spreadsheet which is returning data, however,
I only want it displayed if it returns a specific condition.
Is this possible ?
--
CMB BT
  #2  
Old April 15th, 2010, 01:33 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Can I combine a Vlookup with an IF formula?

Hi,
let' say you want to perform the vlookup if cell A1 is greater than 100, if
not will leave the cell blank

=if(A1100,your formula,"")

"Claire" wrote:

I'm not sure Excel can do what I want it to do -

I have a VLookup formula on my spreadsheet which is returning data, however,
I only want it displayed if it returns a specific condition.
Is this possible ?
--
CMB BT

  #3  
Old April 15th, 2010, 01:35 PM posted to microsoft.public.excel.worksheet.functions
Duke Carey
external usenet poster
 
Posts: 1,027
Default Can I combine a Vlookup with an IF formula?

try something like this:

=if([your vlookup formula]=[your condition],[your vlookup formula],"")

replace the bracketed items with your actual formula and condition

"Claire" wrote:

I'm not sure Excel can do what I want it to do -

I have a VLookup formula on my spreadsheet which is returning data, however,
I only want it displayed if it returns a specific condition.
Is this possible ?
--
CMB BT

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.