Hi,
The formula below should look to see if today is a Monday and if cell K2 is less than 3 return 1, if not then return blank.
=IF((AND(WEEKDAY(TODAY())=2,K2<3)),1,IF(K2=1,1,””))
All I get back is #NAME? and I don't understand why, can anyone guide me in the right direction. I'm using Excel 2007.
Many Thanks
Steve
The formula below should look to see if today is a Monday and if cell K2 is less than 3 return 1, if not then return blank.
=IF((AND(WEEKDAY(TODAY())=2,K2<3)),1,IF(K2=1,1,””))
All I get back is #NAME? and I don't understand why, can anyone guide me in the right direction. I'm using Excel 2007.
Many Thanks
Steve