Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default If date in range is before today

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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'!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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
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'!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.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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'!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.


  #5   Report Post  
Junior Member
 
Posts: 1
Default

Hey there, I have a similiar question that I can't figure out. I want to conditionally format cells w/ dates in them to fill red when the date becomes 1 month after "today" . . . and possibly fill red when the date becomes "today."

Any help would be sweet!

-V
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
Show blank when today() is within a certain date range Sarah (OGI) Excel Worksheet Functions 3 May 18th 07 01:31 PM
MAX figure within a date range as a function of today()'s date irvine79 Excel Worksheet Functions 6 February 20th 07 03:28 PM
Sum a range of cells starting from an offset date list from TODAY() [email protected] Excel Worksheet Functions 3 November 5th 06 12:19 PM
SUMIF within date range as a function of today()'s date irvine79 Excel Worksheet Functions 8 August 6th 06 05:55 PM
How do I add a range by date over 90 days older than today John DeLosa Excel Discussion (Misc queries) 4 February 16th 06 09:30 PM


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