I see this in formulas that reference a cell. I can't figure out what it means.
S seymourgomez Jul 21, 2008 #1 I see this in formulas that reference a cell. I can't figure out what it means.
B Bob Umlas, Excel MVP Jul 21, 2008 #3 For example: =IF(A1>400,"Large","") would display the word Large if A1 were greater than 400, but the cell would look empty if A1 were not greater than 400. if you used this: =IF(A1>400,"Large") then you might see the word FALSE in the cell.
For example: =IF(A1>400,"Large","") would display the word Large if A1 were greater than 400, but the cell would look empty if A1 were not greater than 400. if you used this: =IF(A1>400,"Large") then you might see the word FALSE in the cell.