I'm stuck with the following issue
Why is my Formula result = "True" rather than "False"
I have a cell (which we will call cell A1) which has the following Formula
=IF(T14>0,SUM(G14*T14),"")
I then have another formula which looks at "A1"
=(NOT(ISBLANK(A1)))
If the result in A1 = "" (Blank) the result for the second formula is "True". The result should be "False" as A1 is "" (BLANK)
Bookmarks