If date in range is before today

  • Follow


Hi All,

I'm getting #VALUE! with this formula.

=IF('AP-AR'!B43:'AP-AR'!B297<TODAY(),"AP-AR needs updated","")

I've probably made a right mess of it, but what I'm trying to do is
make the cell say 'AP-AR needs updated' if there is any date less than
today in the range from B43 to B297 on the AP-AR worksheet.  The cell
is general format.

Any help would be really appreciated.

Thanks again,

Michele
0
Reply mjones 1/11/2010 3:47:57 AM

Try it like this...

=IF(COUNTIF('AP-AR'!B43:B297,"<"&TODAY()),"AP-AR needs updated","")

-- 
Biff
Microsoft Excel MVP


"mjones" <michele@quality-computing.com> wrote in message 
news:2dfb1467-d551-4141-a84c-3f3d6305a1b0@j4g2000yqe.googlegroups.com...
> Hi All,
>
> I'm getting #VALUE! with this formula.
>
> =IF('AP-AR'!B43:'AP-AR'!B297<TODAY(),"AP-AR needs updated","")
>
> I've probably made a right mess of it, but what I'm trying to do is
> make the cell say 'AP-AR needs updated' if there is any date less than
> today in the range from B43 to B297 on the AP-AR worksheet.  The cell
> is general format.
>
> Any help would be really appreciated.
>
> Thanks again,
>
> Michele 


0
Reply T 1/11/2010 4:55:52 AM


On Jan 10, 11:55=A0pm, "T. Valko" <biffinp...@comcast.net> wrote:
> Try it like this...
>
> =3DIF(COUNTIF('AP-AR'!B43:B297,"<"&TODAY()),"AP-AR needs updated","")
>
> --
> Biff
> Microsoft Excel MVP
>
> "mjones" <mich...@quality-computing.com> wrote in message
>
> news:2dfb1467-d551-4141-a84c-3f3d6305a1b0@j4g2000yqe.googlegroups.com...
>
> > Hi All,
>
> > I'm getting #VALUE! with this formula.
>
> > =3DIF('AP-AR'!B43:'AP-AR'!B297<TODAY(),"AP-AR needs updated","")
>
> > I've probably made a right mess of it, but what I'm trying to do is
> > make the cell say 'AP-AR needs updated' if there is any date less than
> > today in the range from B43 to B297 on the AP-AR worksheet. =A0The cell
> > is general format.
>
> > Any help would be really appreciated.
>
> > Thanks again,
>
> > Michele

Perfect.  You're great!  Thanks.
0
Reply mjones 1/11/2010 5:02:28 AM

You're welcome. Thanks for the feedback!

-- 
Biff
Microsoft Excel MVP


"mjones" <michele@quality-computing.com> wrote in message 
news:33c09bb1-6f51-4c1e-ab97-a3db6f4b2ee6@h9g2000yqa.googlegroups.com...
On Jan 10, 11:55 pm, "T. Valko" <biffinp...@comcast.net> wrote:
> Try it like this...
>
> =IF(COUNTIF('AP-AR'!B43:B297,"<"&TODAY()),"AP-AR needs updated","")
>
> --
> Biff
> Microsoft Excel MVP
>
> "mjones" <mich...@quality-computing.com> wrote in message
>
> news:2dfb1467-d551-4141-a84c-3f3d6305a1b0@j4g2000yqe.googlegroups.com...
>
> > Hi All,
>
> > I'm getting #VALUE! with this formula.
>
> > =IF('AP-AR'!B43:'AP-AR'!B297<TODAY(),"AP-AR needs updated","")
>
> > I've probably made a right mess of it, but what I'm trying to do is
> > make the cell say 'AP-AR needs updated' if there is any date less than
> > today in the range from B43 to B297 on the AP-AR worksheet. The cell
> > is general format.
>
> > Any help would be really appreciated.
>
> > Thanks again,
>
> > Michele

Perfect.  You're great!  Thanks. 


0
Reply T 1/11/2010 6:28:46 AM

3 Replies
670 Views

(page loaded in 0.057 seconds)

Similiar Articles:
















7/22/2012 1:43:07 PM


Reply: