Hi,
How can you return a Vlookup as a true value in an If statement?
For example
To something like:![]()
=IF(A2>B2,"yes","no")
Pardon my ignorance and thank you for any help.![]()
=IF(A2>B2,"=VLOOKUP(AF5,commsafe,5,FALSE)","no")
Hi,
How can you return a Vlookup as a true value in an If statement?
For example
To something like:![]()
=IF(A2>B2,"yes","no")
Pardon my ignorance and thank you for any help.![]()
=IF(A2>B2,"=VLOOKUP(AF5,commsafe,5,FALSE)","no")
Last edited by jpruffle; 07-14-2009 at 05:53 PM.
You would leave out the "=" sign, for example:
IF(A2>B2,VLOOKUP(AF5,commsafe,5,0),"no")
Once again Paul Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks