Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later
I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
#2
![]() |
|||
|
|||
![]()
have a look at formatconditional formatput in an appropriate formula
-- Don Guillett SalesAid Software "Andrew" wrote in message ... I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
#3
![]() |
|||
|
|||
![]()
How do I counter my date???
"Don Guillett" wrote: have a look at formatconditional formatput in an appropriate formula -- Don Guillett SalesAid Software "Andrew" wrote in message ... I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
#5
![]() |
|||
|
|||
![]()
Explain yourself better.
The way you explained it you type in the first date (B6) and the due date (B7), with the due date highlighted in red. To change the highlight simply select the cell and either: 1. Click on the paint bucket button or 2. Right click the cell and select Format Cells I don't think this is what you want though, and I have to assume what you might want. Most people know how to highlight a cell. If you want to type in the first date (B6) and have a due date automatically appear in B7 you need a formula. The value for B7 should something like "=B6+180". This won't give you exactly 6 months but an average, 180 is the number of days you are adding to the date (30 day per month average for six months). Then you can highlight B7 like in the previous example. I can also assume you want the highlight to only appear when you have past the due date (wether you typed it in or are using a formula). To do this, follow this procedure. 1. Highlight the range you want to apply the conditional formatting to. In your example select B7. 2. Click on Format-Conditional Formatting 3. Select "Formula Is" 4. Type "=TODAY()<B7" (no quotes) (B7 is the top left cell in the range you selected.) 5. Click on format and select the formatting you want. highlight is in the "patterns" tab. "Andrew" wrote: How do I counter my date??? "Don Guillett" wrote: have a look at formatconditional formatput in an appropriate formula -- Don Guillett SalesAid Software "Andrew" wrote in message ... I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
#6
![]() |
|||
|
|||
![]()
Thank you!
"Don Guillett" wrote: try formula is =today()DATE(YEAR(B6),MONTH(B6)+6,DAY(B6)-1) -- Don Guillett SalesAid Software "Andrew" wrote in message ... How do I counter my date??? "Don Guillett" wrote: have a look at formatconditional formatput in an appropriate formula -- Don Guillett SalesAid Software "Andrew" wrote in message ... I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
#7
![]() |
|||
|
|||
![]()
Thank you
"Sloth" wrote: Explain yourself better. The way you explained it you type in the first date (B6) and the due date (B7), with the due date highlighted in red. To change the highlight simply select the cell and either: 1. Click on the paint bucket button or 2. Right click the cell and select Format Cells I don't think this is what you want though, and I have to assume what you might want. Most people know how to highlight a cell. If you want to type in the first date (B6) and have a due date automatically appear in B7 you need a formula. The value for B7 should something like "=B6+180". This won't give you exactly 6 months but an average, 180 is the number of days you are adding to the date (30 day per month average for six months). Then you can highlight B7 like in the previous example. I can also assume you want the highlight to only appear when you have past the due date (wether you typed it in or are using a formula). To do this, follow this procedure. 1. Highlight the range you want to apply the conditional formatting to. In your example select B7. 2. Click on Format-Conditional Formatting 3. Select "Formula Is" 4. Type "=TODAY()<B7" (no quotes) (B7 is the top left cell in the range you selected.) 5. Click on format and select the formatting you want. highlight is in the "patterns" tab. "Andrew" wrote: How do I counter my date??? "Don Guillett" wrote: have a look at formatconditional formatput in an appropriate formula -- Don Guillett SalesAid Software "Andrew" wrote in message ... I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
#8
![]() |
|||
|
|||
![]()
glad to help
-- Don Guillett SalesAid Software "Andrew" wrote in message ... Thank you! "Don Guillett" wrote: try formula is =today()DATE(YEAR(B6),MONTH(B6)+6,DAY(B6)-1) -- Don Guillett SalesAid Software "Andrew" wrote in message ... How do I counter my date??? "Don Guillett" wrote: have a look at formatconditional formatput in an appropriate formula -- Don Guillett SalesAid Software "Andrew" wrote in message ... I am dealing with a date of lets say 5/5/05 in Cell B6, and six months later I want to be informed in Cell B7 of the Due Date (11/5/05) and Color change of that cell (B7) to red. How do I do this??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy & paste spreadsheet cells from excel to outlook to excel | Excel Discussion (Misc queries) | |||
Fill cells from non-adjacent cells | Excel Discussion (Misc queries) | |||
highlight cells to obtain total without using formula? | Excel Discussion (Misc queries) | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions | |||
Highlight cells | Excel Worksheet Functions |