Hi,
I have what is probably a very easy problem to fix.
I have in cell Column A Numbers like the following
1002.00
1002.01
1002.10
1014.00
1029.00
1029.10
I want to put in a Logical formula in Column B to show me which cells in Column A have .01 at the end of the number.
I have entered the following formula in cell B1
=IF(A1="?????01","YES","NO")
However this is returning “NO” for every cell which I know to be incorrect as B2 should return “YES”.. I’ve checked to ensure too that all the numbers in Column A are in fact numbers. It is giving me a green tick in the corner of the formula cell B2 but no information on the potential error.
I also want to find cells in Column A which have .00 at the end of the number but I’m coming up with the same issue. I’m thinking for the .00 search though that maybe excel is not recognising the zero’s after the decimal point. I have put the following formual in cell C1. Is there a way for excel to recognise the zero's after the decimal point?
=IF(A1="?????00","YES","NO")
Does anyone have any idea why these logical formula is not working for me?
Your help is greatly appreciated.
Bookmarks