LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default VLOOKUP and IF AND problem

I apologize, here is the forumla again, I sent it too early before I could
change it completely around to correspond to my original question about cells
F2 and G2

=IF(ISNA(VLOOKUP(A2,table,3,FALSE)),"",VLOOKUP(A2, table,3,FALSE))

"Pete_UK" wrote:

I don't understand why you are checking if A2 exists in your TABLE, and
if it does you then try to match using A158 - if this doesn't exist
then it will return an error. Shouldn't your formula be:

=IF(ISNA(VLOOKUP(A2,TABLE,3,FALSE)),"",VLOOKUP(A2, TABLE,3,FALSE))
or
=IF(ISNA(VLOOKUP(A158,TABLE,3,FALSE)),"",VLOOKUP(A 158,TABLE,3,FALSE))

Hope this helps.

Pete

excelnewbie44 wrote:
Here is the VLOOKUP function I used:
=IF(ISNA(VLOOKUP(A2,TABLE,3,FALSE)),"",VLOOKUP(A15 8,TABLE,3,FALSE))
I tried your suggestions and it still gives me the same error. Any other
suggestions?


"PCLIVE" wrote:

Ok.. One more time. I'll get it right.

=IF(OR(F2=0,G2=0,G2=" "),"",F2-G2)


"PCLIVE" wrote in message
...
Sorry, I made a mistake in the formula for G2" ". The correct formula
should be:
=IF(OR(F20,G20,G2=" "),F2-G2,"")



"PCLIVE" wrote in message
...
You might try this:

=IF(OR(F20,G20,G2" "),F2-G2,"")

Regards,
Paul
"excelnewbie44" wrote in
message ...
I am trying to using the following function: =IF(AND(F20,G20),F2-G2,"")
to
calculate the difference between F2 & G2 if there is a value in both, if
not
I want it to return a blank cell. In the cell G2 I have a Vlookup
function
that looks up values in a table, if there is not value for what it is
looking
up I have it returning a blank answer. When I do this and it returns a
blank
answer in G2, my answer to my equation gives me a #VALUE!. I have also
tried
the following fuction: =IF(ISBLANK(F2),"",IF(ISBLANK(G2),"",F2-G2)) and
this
returns the same answer. Any idea of how I can fix this problem?









 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
Vlookup problem.. Neo1 Excel Worksheet Functions 5 March 16th 06 09:53 AM
vlookup problem, possibly due to "noise" JPANDRE Excel Worksheet Functions 2 November 16th 05 10:44 AM
VLOOKUP Problem (limitation)? SnotRockit Excel Worksheet Functions 3 November 7th 05 03:06 PM
VLookup problem [email protected] Excel Worksheet Functions 0 October 5th 05 12:52 PM


All times are GMT +1. The time now is 04:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"