Does the Now() and Today() function not work well in Excel 2010 when using the IF(AND statements?
Here is my formula:
=IF(AND(C8 <> "PAID OFF", I2+32-TODAY()<1), "Late", 0)
My formula works fine without the AND statement, but every time I add the AND statement the condition becomes False and I'm not sure why. When using the Function Arguments under the Function Library, it says my NOW() or TODAY() is volatile, which means it changes/updates constantly.
I have to use the AND statement otherwise my formula will not perform correctly. It's basically to know if I'm late on a monthly payment, and if I don't use the AND for the "PAID OFF", it will think the coming months on a already paid off bill will be considered late.
Thanks
Bookmarks