I want t enter three arguments into one cell:
1. Calculate total days overdue
2. Mark "Received" if date in received column
3. Leave blank if not overdue
So far, I have =IF(G3>1,"RECEIVED",DAYS360(F3,TODAY())) and I get arguments 1 and 2, but I can't figure out how to add argument 3. I've tried the following but they all fail:
=IF(G3>1,"RECEIVED",DAYS360(F3,TODAY())<1,””,DAYS360(F3,TODAY()))
=IF(G3>1,"RECEIVED"),IF(F3,TODAY())<1,””,DAYS360(F3,TODAY()))
Any help would be greatly appreciated.
Liz
1. Calculate total days overdue
2. Mark "Received" if date in received column
3. Leave blank if not overdue
So far, I have =IF(G3>1,"RECEIVED",DAYS360(F3,TODAY())) and I get arguments 1 and 2, but I can't figure out how to add argument 3. I've tried the following but they all fail:
=IF(G3>1,"RECEIVED",DAYS360(F3,TODAY())<1,””,DAYS360(F3,TODAY()))
=IF(G3>1,"RECEIVED"),IF(F3,TODAY())<1,””,DAYS360(F3,TODAY()))
Any help would be greatly appreciated.
Liz