Nel post news:EC272240-B9B0-4454-9227-11305FBA9063@microsoft.com
*AndyL82* ha scritto:
> Hi,
> I have a list of birthdays in my Excel spreadsheet. I would like the
[quoted text clipped - 5 lines]
> Thanks!!
> Andy
Hi Andy,
put this formula in the Formula Is box:
=AND(TODAY()-DATE(YEAR(TODAY()),MONTH(A15),DAY(A15))<15)

Signature
Hope I helped you.
I'm not sure of names of menues, option and commands, because
translating from the Italian version of Excel...
Ciao
Franz Verga from Italy
Franz Verga - 21 Jun 2006 01:24 GMT
Nel post news:uf4cFhMlGHA.1640@TK2MSFTNGP02.phx.gbl
*Franz Verga* ha scritto:
> Nel post news:EC272240-B9B0-4454-9227-11305FBA9063@microsoft.com
> *AndyL82* ha scritto:
[quoted text clipped - 13 lines]
>
> =AND(TODAY()-DATE(YEAR(TODAY()),MONTH(A15),DAY(A15))<15)
The correct formula is:
=AND(TODAY()-DATE(YEAR(TODAY()),MONTH(A15),DAY(A15))<15,TODAY()-DATE(YEAR(TODAY()),MONTH(A15),DAY(A15))>0)

Signature
(I'm not sure of names of menues, option and commands, because
translating from the Italian version of Excel...)
Hope I helped you.
Ciao
Franz Verga from Italy
Excel is telling you that you've entered an IF function, but haven't completed
it (ie, no true or false result). When using conditional formatting, don't use
IF. Start the formula with AND.

Signature
Regards,
Fred
> Hi,
> I have a list of birthdays in my Excel spreadsheet. I would like the cell
[quoted text clipped - 5 lines]
> Thanks!!
> Andy