C colinanthony Mar 25, 2008 #1 I need to create an IF statement that returns false when encountered with both blank cells and cells with text
I need to create an IF statement that returns false when encountered with both blank cells and cells with text
P Pete_UK Mar 25, 2008 #2 If you want to test A1, then try this: =ISNUMBER(A1) adjust the cell reference to suit. Hope this helps. Pete
If you want to test A1, then try this: =ISNUMBER(A1) adjust the cell reference to suit. Hope this helps. Pete