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  

Yesterday



 
 
Thread Tools Display Modes
  #1  
Old August 8th, 2008, 07:55 PM posted to microsoft.public.excel.worksheet.functions
Loadmaster
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  
Old August 8th, 2008, 08:20 PM posted to microsoft.public.excel.worksheet.functions
PCLIVE
external usenet poster
 
Posts: 1,024
Default Yesterday

I would think you'd want something like:

=$B$2NOW()

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  
Old August 8th, 2008, 08:26 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
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  
Old August 8th, 2008, 08:29 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
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  
Old August 8th, 2008, 09:38 PM posted to microsoft.public.excel.worksheet.functions
Loadmaster
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  
Old August 8th, 2008, 09:41 PM posted to microsoft.public.excel.worksheet.functions
Loadmaster
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

 




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 09:57 PM.


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