Hello, I am trying to do two different conditional formats (different cells not the same cell)
The first one needs to determine if the cell contains a whole number, if not, show the formatting. So if it is not a number show the formatting, and if it is a number but not a whole number show the formatting. I have this formula that seems to results in the correct True or False, but it doesn't want to work in conditional formatting?
=IF(ISNUMBER(X3),(X3-INT(X3))=0)
How come it results in the correct result for a formula but doesn't seem to work for conditional formatting?
Also, I want to do conditional formatting to check if a cell is a date, if not, show the formatting. Is this possible with conditional formatting, or do I need code?
Thanks for any help
The first one needs to determine if the cell contains a whole number, if not, show the formatting. So if it is not a number show the formatting, and if it is a number but not a whole number show the formatting. I have this formula that seems to results in the correct True or False, but it doesn't want to work in conditional formatting?
=IF(ISNUMBER(X3),(X3-INT(X3))=0)
How come it results in the correct result for a formula but doesn't seem to work for conditional formatting?
Also, I want to do conditional formatting to check if a cell is a date, if not, show the formatting. Is this possible with conditional formatting, or do I need code?
Thanks for any help