ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Yesterday (https://www.excelbanter.com/excel-worksheet-functions/198169-yesterday.html)

Loadmaster

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?

PCLIVE

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?




Mike H

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?


Glenn

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

Loadmaster

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


Loadmaster

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



All times are GMT +1. The time now is 07:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com