If formula help

B

Belinda7237

I want to return an "X" in column Y if column 0 has the number 21 thru 27 all
other values return nothing.

column o is currently a caculated field with the formula:
=SUM(TODAY()-P5)

column O is for number of days and invoice is past due
column P currently has a date field.

I want to be able to identify accounts once a week that hit the 21-27 day
past due days so that I can write a letter to these customers.

What formula would be best to do this?
 
P

Pete_UK

Put this in Y5:

=IF(O5<21,"",IF(O5<28,"X",""))

Copy down as required.

Hope this helps.

Pete
 

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

Similar Threads


Top