Hi guys,
I am working on this spreadsheet and I am using nested if statements with the vlookup function. The formula I typed in works really well, however when there is no value in the cell that looks up the value in the data spreadsheet it returns a value of N/A.
I know to eliminate this, all you have to do is build in your if statement, IF(ISNA,"",Value if False), but this isn't working out for me.
The formula that is returning a N/A value is
=IF($A$3=300,VLOOKUP(A5,Data!$A$4:$K$125,2,FALSE),IF($A$3=400,VLOOKUP(A5,Data!$A$4:$K$125,2,FALSE),IF($A$3>499,VLOOKUP(A5,Data!$A$4:$K$125,2,FALSE)))
so again, how do I build the ISNA function in this formula?
Thanks!
Bookmarks