#1   Report Post  
Posted to microsoft.public.excel.misc
Nic Nic is offline
external usenet poster
 
Posts: 25
Default IF

I have three columns

F is dates
G is dates
H is where the formula is

I would like the formula to show if the date in G is greater than the date
in F show Overdue, else if G is less than F show Complete, else if the date
in G changes from what it currently shows then show Forecast Change.

Any help with this would be greatly appreciated. I realise I may have to
customise this for each row to show the different dates currently displayed
in column G.

Cheers
Nic

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,953
Default IF

In H2
=IF(G2<DATEVALUE("10/23/1999"),"Forecast
Change",IF(G2F2,"Overdue",IF(F2<=G2,"Complete","" )))

If you don't check for the changed date first, then either Overdue or
Complete will display.

--
Regards,
Tom Ogilvy




"Nic" wrote:

I have three columns

F is dates
G is dates
H is where the formula is

I would like the formula to show if the date in G is greater than the date
in F show Overdue, else if G is less than F show Complete, else if the date
in G changes from what it currently shows then show Forecast Change.

Any help with this would be greatly appreciated. I realise I may have to
customise this for each row to show the different dates currently displayed
in column G.

Cheers
Nic

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 05:42 AM.

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"