#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 106
Default If formula help

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default If formula help

Put this in Y5:

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

Copy down as required.

Hope this helps.

Pete

On Aug 12, 4:59*pm, Belinda7237
wrote:
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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"