If Function

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top