How to find if a Numbers cell is empty?
here is the formula
=IF(AND(D2="P1/Us",P2>""),P2,"")
also tried
=IF(AND(D2="P1/Us",P2>0),P2,"")
And get a "Cant compare date with a number,because data types are different"
the data in column P is time in the format HH:MM.
I just want to check if there is an entry in a cell...I am not interested in what type it is
A null string or a 0 does not work.
I do not want to maniluplate the time at all, all I want to do is look in that cell (P2) and see if there is an entry. If there is, then copy it to the cell where the formula is, else leave it blank.
I have seen the ISBLANK fucntion and I want the opposite...so use the NOT fucnction as well???
I do not want to give in, but it is getting that way
I'll almost be as quick going through the 8000 lines of this data and doing it manually at this rate
And as usual I am incapable of using the Help function or User Guide to find a relevant answer. That is the problem with help functions,,,if you know the term to search for you hare half way towards to knowing how to use it
Mac Pro 2 x Quad Core 3.0Ghz 10Gb RAM 4 x 1Tb HD's, Mac OS X (10.6.1), FreeNAS servers and Other Windoze and Linux machines