L
LKleinig
I am trying to create a function that tracks invoices and identifies when one
has gone astray.
I already have it created a basic formula that says if an invoice in the
"Date Received" column was received < 7 days ago say “OK†but if it is > 7
days old say “ACTIONâ€, but what I want it to do is if there is nothing
entered in the “Date Received†Column don’t say ok or action just show it as
blank (Below).
=IF(ISBLANK(C12),"",IF(C12+7<TODAY(),"ACTION","OK"))
I then want it to say that if there is a date in the "Date Sent Column" for
it to say "Invoice Sent".
Can anyone help?
has gone astray.
I already have it created a basic formula that says if an invoice in the
"Date Received" column was received < 7 days ago say “OK†but if it is > 7
days old say “ACTIONâ€, but what I want it to do is if there is nothing
entered in the “Date Received†Column don’t say ok or action just show it as
blank (Below).
=IF(ISBLANK(C12),"",IF(C12+7<TODAY(),"ACTION","OK"))
I then want it to say that if there is a date in the "Date Sent Column" for
it to say "Invoice Sent".
Can anyone help?