J
jeremy via OfficeKB.com
This function works for me =IF(B4>4000, VLOOKUP(B4,Sheet1!#REF!,2), "S")
but I need to and an IF statment in front:
IF(B4=#,(function above), "S")
In other words, only if it is a number, if not a number, then "S".
but I need to and an IF statment in front:
IF(B4=#,(function above), "S")
In other words, only if it is a number, if not a number, then "S".