Re: NESTED IF STATEMENT USING DATE
- From: "SSJ" <jameel68@xxxxxxxxx>
- Date: Tue, 19 Jun 2007 10:03:56 -0400
Thank you Mike. With a slight correction it worked.
SJ
"Mike H" <MikeH@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1E8C4544-B45D-4B70-AF3F-0338BA5F97F4@xxxxxxxxxxxxxxxx
Try
=IF(TEXT(D2,"yyyy")="2007",2007,IF(TEXT(A13,"yyyy")="2006",2006,2005 & "
Before"))
Mike
"SSJ" wrote:
Hello!
Can some review the following IF statement. The error is stating that
there are too many arguments.
=IF((TEXT((D2),"yyyy")="2007"),"2007",if(TEXT(d2),"yyyy")="2006","2006","2005
& Before")
If the year of the date is 2007, state "2007", If the year of the date is
2006, state "2006", otherwise state "2005 & Before"
Thanks in advance
SJ
.
- References:
- NESTED IF STATEMENT USING DATE
- From: SSJ
- NESTED IF STATEMENT USING DATE
- Prev by Date: Re: Is it in the list?
- Next by Date: Re: How to change every second row with different color - Excel 2003
- Previous by thread: NESTED IF STATEMENT USING DATE
- Next by thread: Re: NESTED IF STATEMENT USING DATE
- Index(es):
Relevant Pages
|