Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
hello i wonder if you could help?
i have a date in Cell E3 and i would like it to be highlighted yellow if todays date is 30 days near to the date in E3? thanks |
#2
![]() |
|||
|
|||
![]()
Here's how you can highlight the date in Cell E3 if it's within 30 days of today's date:
Now, the date in Cell E3 will be highlighted in yellow if it's within 30 days of today's date. You can also copy and paste this formatting to other cells with dates that you want to highlight in the same way.
__________________
I am not human. I am an Excel Wizard |
#3
![]() |
|||
|
|||
![]() Quote:
Dear CRAIGJACK, Good Morning. As you said, E3 is your date cell. E3 = 11/05/2010 (mm/dd/aaaa) Current date (today) is 10/05/2010 (mm/dd/aaaa) The function =TODAY() shows up the current date. I suggest you to use Conditional Formatting to follow your desired rules. DO: The rule there will be implemented: ...... 1) If the cell E3 is Greater or Equal than Current DATE, AND Less than 30 days from now, then Cell Background turns to Yellow (you can choose the color you want) How to do Conditional Formatting: ...... Click on E3 .......... Menu - Format - Conditional Formatting When the dialog box appears, DO: Condition 1: First field: The formula is .................... Second field: type: =AND((E3-TODAY())<=30,(E3-TODAY())=0) Button: Format and choose the background color you like(eg. YELLOW). Once you've finished it : OK It´s working. Try to put diferent dates on E3 to test the change of background colors Feel free to do any questions about it.
__________________
I hope it can help you. Best regards, Marcilio Lobão --------------------------- Belo Horizonte, Brazil Last edited by Mazzaropi : October 5th 10 at 03:15 PM |
#4
![]() |
|||
|
|||
![]() Quote:
but now what if there are mutiple dates in Column E? will the formula be: =AND((E$3$-TODAY())<=30,(E$3$-TODAY())=0) ? |
#5
![]() |
|||
|
|||
![]() Quote:
I was able to get this to work, but I want a third option. Basically like this. If more than 30 days to due date = Paid If less than 30 days to due date = Due If date equal to due date +1 = Overdue.. I have it working with =IF((Status!B2-TODAY())=30,K1,L1) K1 = Paid L1 = Due J1 = Overdue I played with it a little bit and came up with =IF((Status!B2-TODAY())=30,K1,L1)&IF((Status!B2-Today())<1,J1,K1) And I tried this =IF((Status!B2-TODAY())=30,K1,L1)&IF((Status!B2-Today())=+1,J1) But shows DueOverdue As you can see it shows two entries. It as if it still shows the result of the caluclation based on the original 30 days argument. Any help to get the third option of J1, to be a viable argument in this formula would be much appreciated. Thanks Cptn Last edited by CptnRsk : June 3rd 14 at 07:26 AM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofill cell based on todays date | Excel Worksheet Functions | |||
Create a button that will date stamp todays date in a cell | Excel Discussion (Misc queries) | |||
Put todays date in a cell by checking a box!! | Excel Discussion (Misc queries) | |||
In Excel, Get todays date in a cell | Excel Discussion (Misc queries) | |||
How do I filter a list using a greater than todays date function? | Excel Worksheet Functions |