I've had this issue with excel for some time and can't figure it out, any help appreciated.
Issue:
Cell b1 there is a formula =month(a1)
This returns 1 for Jan which is fine and correct
Cell c1, there is a column that has dates in it but is not formatted correctly, so I have a formula that returns the first two digits, =left(f1,2)
This returns 01 for Jan and works and is fine.
The issue is when I put in an If formula into d1, =if(c1>b1,"delete me","")
This formula does not work, it returns "delete me" for everything, which is not correct because some cells are not greater than the previous cell.
I've try copy/paste special values to remove the formulas in the previous cells and this doesn't work.
Cannot it not calculate properly because it the cells have formulas in them????
TIA
Issue:
Cell b1 there is a formula =month(a1)
This returns 1 for Jan which is fine and correct
Cell c1, there is a column that has dates in it but is not formatted correctly, so I have a formula that returns the first two digits, =left(f1,2)
This returns 01 for Jan and works and is fine.
The issue is when I put in an If formula into d1, =if(c1>b1,"delete me","")
This formula does not work, it returns "delete me" for everything, which is not correct because some cells are not greater than the previous cell.
I've try copy/paste special values to remove the formulas in the previous cells and this doesn't work.
Cannot it not calculate properly because it the cells have formulas in them????
TIA