Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default IF command with In Progress, Overdue, and Closed results?

Hi All,

I have some date information, headings are Due Date, Actual Date
Returned, and Date Today.
I would like to use a formula to give the correct responses such as
Closed, In progress and Overdue.
If the actual date returned is filled in, I would like excel to return
"Closed", however if the actual date returned cell is empty, I would
like excel to check if the due date is less than Today and return
Overdue, or In progress if the date is in the future.

Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default IF command with In Progress, Overdue, and Closed results?

hi,
if your dates looked like this
columnA ColumnB columnC columnD
Row1 due date accual day today statuss
row2 1/8/2008 1/3/2008 1/4/2008 Closed
Row3 1/3/2008 1/4/2008 overdue
row 4 1/5/2008 1/4/2008 inprocess

use this formula.
=IF(B40,"Closed",IF(NOW()A4,"overdue","inprocess "))

regards
FST1


" wrote:

Hi All,

I have some date information, headings are Due Date, Actual Date
Returned, and Date Today.
I would like to use a formula to give the correct responses such as
Closed, In progress and Overdue.
If the actual date returned is filled in, I would like excel to return
"Closed", however if the actual date returned cell is empty, I would
like excel to check if the due date is less than Today and return
Overdue, or In progress if the date is in the future.

Is this possible?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default IF command with In Progress, Overdue, and Closed results?

On 4 Jan, 13:58, FSt1 wrote:
hi,
if your dates looked like this
* * * * * * columnA * ColumnB * * columnC * * *columnD
Row1 * due date * accual day * *today * * * * statuss
row2 * 1/8/2008 * 1/3/2008 * * * 1/4/2008 * *Closed
Row3 * 1/3/2008 * * * * * * * 1/4/2008 * *overdue
row 4 * 1/5/2008 * * * * * * * * * * *1/4/2008 * *inprocess

use this formula.
=IF(B40,"Closed",IF(NOW()A4,"overdue","inprocess "))

regards
FST1



" wrote:
Hi All,


I have some date information, headings are Due Date, Actual Date
Returned, and Date Today.
I would like to use a formula to give the correct responses such as
Closed, In progress and Overdue.
If the actual date returned is filled in, I would like excel to return
"Closed", however if the actual date returned cell is empty, I would
like excel to check if the due date is less than Today and return
Overdue, or In progress if the date is in the future.


Is this possible?- Hide quoted text -


- Show quoted text -


Many Thanks
This works great!!!!
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default IF command with In Progress, Overdue, and Closed results?

glad to help/
regards
FSt1

" wrote:

On 4 Jan, 13:58, FSt1 wrote:
hi,
if your dates looked like this
columnA ColumnB columnC columnD
Row1 due date accual day today statuss
row2 1/8/2008 1/3/2008 1/4/2008 Closed
Row3 1/3/2008 1/4/2008 overdue
row 4 1/5/2008 1/4/2008 inprocess

use this formula.
=IF(B40,"Closed",IF(NOW()A4,"overdue","inprocess "))

regards
FST1



" wrote:
Hi All,


I have some date information, headings are Due Date, Actual Date
Returned, and Date Today.
I would like to use a formula to give the correct responses such as
Closed, In progress and Overdue.
If the actual date returned is filled in, I would like excel to return
"Closed", however if the actual date returned cell is empty, I would
like excel to check if the due date is less than Today and return
Overdue, or In progress if the date is in the future.


Is this possible?- Hide quoted text -


- Show quoted text -


Many Thanks
This works great!!!!

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting results from the Index command Anderson Excel Worksheet Functions 1 December 21st 07 04:36 PM
How to make Ms Excel more Excel with Command Button and progress b immu Excel Discussion (Misc queries) 2 January 6th 07 09:14 AM
Highlighting overdue tasks KATE MCL Excel Discussion (Misc queries) 3 October 16th 06 07:28 AM
Due Dates / Overdue items Nic Excel Discussion (Misc queries) 5 June 28th 06 07:15 AM
need an overdue date to highlight Sarge Excel Discussion (Misc queries) 1 February 3rd 05 07:33 PM


All times are GMT +1. The time now is 12:54 PM.

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

About Us

"It's about Microsoft Excel"