Frank Bacchus
Member
I am combining an if statement with ORs and ANDs and getting an error. here is what I am getting at:
if D40 is equal to Open or Monitoring (D40 contains Open) and the date value of M40 (M40 contains (04/23/2016) is less than or equal to 5 days from today's date, place a "Y" in the cell else place nothing. Here is my formula:
=IF(OR(D40="Open", D40="Monitoring"), IF(VALUE(RIGHT(M40,10))-VALUE(TODAY())<=$X$1,"Y",""))
Any help?
frank
if D40 is equal to Open or Monitoring (D40 contains Open) and the date value of M40 (M40 contains (04/23/2016) is less than or equal to 5 days from today's date, place a "Y" in the cell else place nothing. Here is my formula:
=IF(OR(D40="Open", D40="Monitoring"), IF(VALUE(RIGHT(M40,10))-VALUE(TODAY())<=$X$1,"Y",""))
Any help?
frank