Need assistance with multiple IF argument formula
Objective is to have formula that shows the Price (column F) of items that are 30 days overdue from Date Priced (Column E) AND do not have a CO# (Column G). This is the formula that I tried to create, but is not correct. Please help!
=IF(AND(TODAY()>(E2+30)),ISBLANK(G2),F2," ")
Data Example:
Date*Priced Price CO #
06/05/15 $32,366.00 2
12/14/15 $5,438.52
|