A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

If date in range is before today



 
 
Thread Tools Display Modes
  #1  
Old January 11th, 2010, 04:47 AM posted to microsoft.public.excel.worksheet.functions
mjones
external usenet poster
 
Posts: 81
Default If date in range is before today

Hi All,

I'm getting #VALUE! with this formula.

=IF('AP-AR'!B43:'AP-AR'!B297TODAY(),"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
  #2  
Old January 11th, 2010, 05:55 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default If date in range is before today

Try it like this...

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

--
Biff
Microsoft Excel MVP


"mjones" wrote in message
...
Hi All,

I'm getting #VALUE! with this formula.

=IF('AP-AR'!B43:'AP-AR'!B297TODAY(),"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



  #3  
Old January 11th, 2010, 06:02 AM posted to microsoft.public.excel.worksheet.functions
mjones
external usenet poster
 
Posts: 81
Default If date in range is before today

On Jan 10, 11:55*pm, "T. Valko" wrote:
Try it like this...

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

--
Biff
Microsoft Excel MVP

"mjones" wrote in message

...

Hi All,


I'm getting #VALUE! with this formula.


=IF('AP-AR'!B43:'AP-AR'!B297TODAY(),"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.
  #4  
Old January 11th, 2010, 07:28 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default If date in range is before today

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"mjones" wrote in message
...
On Jan 10, 11:55 pm, "T. Valko" wrote:
Try it like this...

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

--
Biff
Microsoft Excel MVP

"mjones" wrote in message

...

Hi All,


I'm getting #VALUE! with this formula.


=IF('AP-AR'!B43:'AP-AR'!B297TODAY(),"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.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.