Forum Discussion
BRUCE6466
May 22, 2024Copper Contributor
FORMULA
I am trying to have a price enter automatically in a spreadsheet, (Z2). The formula appears to work when it is true, but when it is false it brings up the word false, I would like the cell to be ...
Harun24HR
May 22, 2024Silver Contributor
BRUCE6466 Simply use false part of IF() function. Use an empty string to show it as blank. Try-
=IF(ISNUMBER(SEARCH("S/L",Q2)),XLOOKUP($S2,Sheet2!A:A,Sheet2!B:B),"")- BRUCE6466May 25, 2024Copper ContributorI am not sure where in the formula to put it (false), I had tried entering in several positions