#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Yesterday

I currently have a conditional formatting formula in Cell B2. Condition 1 is
this: Cell Value Is, between, =NOW()+1 and =NOW()+31, formatted yellow. This
lets me know between 31 to the day before the date that a persons currency is
about to expire. I also have Condition 2 is this: Formula Is, =$B$2=NOW(),
formatted orange. This lets me know the day it expires. I just need one more
Conditional 3 formatting formula to turn the cell red when yesterday and
further has past. Can you help me out?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Yesterday

I would think you'd want something like:

=$B$2<NOW()

or probably more like:

=$B$2=TODAY()

Does that help?
Paul

--

"Loadmaster" wrote in message
...
I currently have a conditional formatting formula in Cell B2. Condition 1
is
this: Cell Value Is, between, =NOW()+1 and =NOW()+31, formatted yellow.
This
lets me know between 31 to the day before the date that a persons currency
is
about to expire. I also have Condition 2 is this: Formula Is, =$B$2=NOW(),
formatted orange. This lets me know the day it expires. I just need one
more
Conditional 3 formatting formula to turn the cell red when yesterday and
further has past. Can you help me out?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Yesterday

Maybe

=TODAY()-1=A1

Mike

"Loadmaster" wrote:

I currently have a conditional formatting formula in Cell B2. Condition 1 is
this: Cell Value Is, between, =NOW()+1 and =NOW()+31, formatted yellow. This
lets me know between 31 to the day before the date that a persons currency is
about to expire. I also have Condition 2 is this: Formula Is, =$B$2=NOW(),
formatted orange. This lets me know the day it expires. I just need one more
Conditional 3 formatting formula to turn the cell red when yesterday and
further has past. Can you help me out?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Yesterday

Loadmaster wrote:
I currently have a conditional formatting formula in Cell B2. Condition 1 is
this: Cell Value Is, between, =NOW()+1 and =NOW()+31, formatted yellow. This
lets me know between 31 to the day before the date that a persons currency is
about to expire. I also have Condition 2 is this: Formula Is, =$B$2=NOW(),
formatted orange. This lets me know the day it expires. I just need one more
Conditional 3 formatting formula to turn the cell red when yesterday and
further has past. Can you help me out?


If you have just a date in B2, you should be using the TODAY() function.

Three conditional formatting conditions for B2 as follows:

Cell Value Is between =TODAY()+1 and =TODAY()+31
Format YELLOW

Cell Value Is equal to =TODAY()
Format ORANGE

Cell Value Is less than =TODAY()
Format RED
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Yesterday

Thank-you, it worked

"Glenn" wrote:

Loadmaster wrote:
I currently have a conditional formatting formula in Cell B2. Condition 1 is
this: Cell Value Is, between, =NOW()+1 and =NOW()+31, formatted yellow. This
lets me know between 31 to the day before the date that a persons currency is
about to expire. I also have Condition 2 is this: Formula Is, =$B$2=NOW(),
formatted orange. This lets me know the day it expires. I just need one more
Conditional 3 formatting formula to turn the cell red when yesterday and
further has past. Can you help me out?


If you have just a date in B2, you should be using the TODAY() function.

Three conditional formatting conditions for B2 as follows:

Cell Value Is between =TODAY()+1 and =TODAY()+31
Format YELLOW

Cell Value Is equal to =TODAY()
Format ORANGE

Cell Value Is less than =TODAY()
Format RED



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Yesterday

Thank-you, it worked


"Glenn" wrote:

Loadmaster wrote:
I currently have a conditional formatting formula in Cell B2. Condition 1 is
this: Cell Value Is, between, =NOW()+1 and =NOW()+31, formatted yellow. This
lets me know between 31 to the day before the date that a persons currency is
about to expire. I also have Condition 2 is this: Formula Is, =$B$2=NOW(),
formatted orange. This lets me know the day it expires. I just need one more
Conditional 3 formatting formula to turn the cell red when yesterday and
further has past. Can you help me out?


If you have just a date in B2, you should be using the TODAY() function.

Three conditional formatting conditions for B2 as follows:

Cell Value Is between =TODAY()+1 and =TODAY()+31
Format YELLOW

Cell Value Is equal to =TODAY()
Format ORANGE

Cell Value Is less than =TODAY()
Format RED

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
Returning Yesterday bollard Excel Worksheet Functions 5 May 12th 08 04:30 PM
Please can someone look at question i posted yesterday jimE Excel Worksheet Functions 2 October 23rd 07 10:27 PM
I really need help. Need a formula. Need it yesterday. Dennis New Users to Excel 1 March 12th 07 08:53 PM
continuation from yesterday Mindy Excel Discussion (Misc queries) 4 June 22nd 06 11:13 PM
Need absolute time from yesterday MIke K Excel Worksheet Functions 4 January 21st 05 04:30 PM


All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"