Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi ya, I have NETWORKDAYS installed and using 2003.
I have a Start date in cell A1 and an End date in B1. I need to find out if the date in B1 is 2 days greater than the start date in A1, I wish to color code cell B1 in Red. Thanks and much appreciate all your help guys Regards Mike |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use a conditional format of:
=b1a1+2 No need for Networkdays Regards, Fred "Mike" wrote in message ... Hi ya, I have NETWORKDAYS installed and using 2003. I have a Start date in cell A1 and an End date in B1. I need to find out if the date in B1 is 2 days greater than the start date in A1, I wish to color code cell B1 in Red. Thanks and much appreciate all your help guys Regards Mike |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Fred, I thought it would not be so complicated
Cheers Mike "Fred Smith" wrote: Use a conditional format of: =b1a1+2 No need for Networkdays Regards, Fred "Mike" wrote in message ... Hi ya, I have NETWORKDAYS installed and using 2003. I have a Start date in cell A1 and an End date in B1. I need to find out if the date in B1 is 2 days greater than the start date in A1, I wish to color code cell B1 in Red. Thanks and much appreciate all your help guys Regards Mike |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mike,
I don't believe you can use networkdays in conditional formatting so if you want to color a cell that is more then 2 working days greater than another use this in B2 as a conditional format check against A1 =SUMPRODUCT(INT((B1-WEEKDAY(B1+1-ROW(INDIRECT("2:6")))-A1+8)/7))2 Mike "Mike" wrote: Hi ya, I have NETWORKDAYS installed and using 2003. I have a Start date in cell A1 and an End date in B1. I need to find out if the date in B1 is 2 days greater than the start date in A1, I wish to color code cell B1 in Red. Thanks and much appreciate all your help guys Regards Mike |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Fred, how do I have it not to include weekend days - can I use the
Networkdays within the conditional formatting formula? -- Regards Mike "Fred Smith" wrote: Use a conditional format of: =b1a1+2 No need for Networkdays Regards, Fred "Mike" wrote in message ... Hi ya, I have NETWORKDAYS installed and using 2003. I have a Start date in cell A1 and an End date in B1. I need to find out if the date in B1 is 2 days greater than the start date in A1, I wish to color code cell B1 in Red. Thanks and much appreciate all your help guys Regards Mike |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You star! Mike H, thanks a million
-- Regards Mike "Mike H" wrote: Mike, I don't believe you can use networkdays in conditional formatting so if you want to color a cell that is more then 2 working days greater than another use this in B2 as a conditional format check against A1 =SUMPRODUCT(INT((B1-WEEKDAY(B1+1-ROW(INDIRECT("2:6")))-A1+8)/7))2 Mike "Mike" wrote: Hi ya, I have NETWORKDAYS installed and using 2003. I have a Start date in cell A1 and an End date in B1. I need to find out if the date in B1 is 2 days greater than the start date in A1, I wish to color code cell B1 in Red. Thanks and much appreciate all your help guys Regards Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting with Dates | New Users to Excel | |||
Conditional Formatting - dates | Excel Discussion (Misc queries) | |||
Dates in Conditional Formatting help!!! | Excel Worksheet Functions | |||
Conditional Formatting with NETWORKDAYS function | Excel Discussion (Misc queries) | |||
Help with Conditional formatting with Dates | Excel Discussion (Misc queries) |