VLOOKUP - display only if criteria met
Posted by Connie on June 07, 2001 12:47 PM
This is probably simple but...
Is it possible to be looking up a value (i.e. A1=VLOOKUP(C8,Table,14,FALSE) but display the result of the lookup only if it meets certain criteria? For instance, I only want the result to show in A1 if the result of the lookup is >=5. If it's less than that, I just want A1 to remain blank.
Any suggestions appreciated.