Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default multiple cell comparisons...nested if formulas?

I have three cells that may or may not have dates in them (all three could
have dates, two could have dates or all three could have no dates:
1) Actual Completion Date
2) Revised Completion Date
3) Estimated Completion Date
I need multiple comparisons made among the three dates all done in one cell.
If actual completion is blank, return "" and stop. If revised completion
date is blank, compare to see if actual completion date is estimated
completion date; if so, return "fix date", otherwise return actual completion
date and stop; if revised completion date is not blank, compare to see if
actual completion date is revised completion date; if so, return "change
date"; otherwise return actual completion date.

I have tried numerous formulas but am stumped on the complexity. Any help
would be greatly appreciated. If you need more information to assist me,
please let me know. Thanks.

KK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default multiple cell comparisons...nested if formulas?

Hi,

Try this. A2 has actual completion date, B2 has revised and C2 has
estimated completion date.

=IF(A2="","",IF(B2="",IF(A2C2,"Fix date",A2),IF(A2B2,"Change date",A2)))

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com

"KalliKay" wrote in message
...
I have three cells that may or may not have dates in them (all three could
have dates, two could have dates or all three could have no dates:
1) Actual Completion Date
2) Revised Completion Date
3) Estimated Completion Date
I need multiple comparisons made among the three dates all done in one
cell.
If actual completion is blank, return "" and stop. If revised completion
date is blank, compare to see if actual completion date is estimated
completion date; if so, return "fix date", otherwise return actual
completion
date and stop; if revised completion date is not blank, compare to see if
actual completion date is revised completion date; if so, return "change
date"; otherwise return actual completion date.

I have tried numerous formulas but am stumped on the complexity. Any help
would be greatly appreciated. If you need more information to assist me,
please let me know. Thanks.

KK


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
Multiple formats in a single cell with multiple formulas Zakhary Excel Worksheet Functions 1 May 2nd 08 12:08 AM
Multiple comparisons in a cell gratefulrog Excel Discussion (Misc queries) 3 December 21st 07 01:49 AM
Can I make multiple comparisons ? Irfan Khan[_2_] Excel Discussion (Misc queries) 9 November 7th 07 04:34 PM
Multiple Formulas in same cell C Anderson Excel Worksheet Functions 3 April 12th 06 03:31 AM
Multiple column comparisons J. Catz. Excel Discussion (Misc queries) 6 January 13th 06 10:53 PM


All times are GMT +1. The time now is 02:23 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"