Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to set up a count of all cells where the date is equal to the date
specified in column A on the sheet and the font for the specified range is Red. Currently my formula reads =SUMPRODUCT(('Master Log'!U$2:U$2600="Red")*('Master Log'!U$2:U$2600=A11)) I need to find out how many cases I processed that were overdue by date so I can see how many cases I had overdue per month. The font on the Master Log goes to Red in the conditional formatting if the item was processed overdue. Any assistance is greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Replicate the logic tests in your conditional formatting within your
SUMPRODUCT formula. It's otherwise very difficult to identify formatting applied by conditional formatting. Hope this helps, Hutch "Judy Cohen" wrote: I want to set up a count of all cells where the date is equal to the date specified in column A on the sheet and the font for the specified range is Red. Currently my formula reads =SUMPRODUCT(('Master Log'!U$2:U$2600="Red")*('Master Log'!U$2:U$2600=A11)) I need to find out how many cases I processed that were overdue by date so I can see how many cases I had overdue per month. The font on the Master Log goes to Red in the conditional formatting if the item was processed overdue. Any assistance is greatly appreciated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I figured it out. Thank you for the suggestion. I wound up with a simple note
that the date in the one column plus a set of days needed to be earlier then the date in the target column and the date in the target column was equal to the date on my summary sheet in that particular target column. "Judy Cohen" wrote: My conditional formatting is on another sheet. For the given column it compares dates, if date in the specified column is more than a certain amount after the column that I am comparing to it would show as red, do I copy my formala from the conditional formatting editor where I have "red" also do I enclose the formula in quotes? "Tom Hutchins" wrote: Replicate the logic tests in your conditional formatting within your SUMPRODUCT formula. It's otherwise very difficult to identify formatting applied by conditional formatting. Hope this helps, Hutch "Judy Cohen" wrote: I want to set up a count of all cells where the date is equal to the date specified in column A on the sheet and the font for the specified range is Red. Currently my formula reads =SUMPRODUCT(('Master Log'!U$2:U$2600="Red")*('Master Log'!U$2:U$2600=A11)) I need to find out how many cases I processed that were overdue by date so I can see how many cases I had overdue per month. The font on the Master Log goes to Red in the conditional formatting if the item was processed overdue. Any assistance is greatly appreciated. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My conditional formatting is on another sheet. For the given column it
compares dates, if date in the specified column is more than a certain amount after the column that I am comparing to it would show as red, do I copy my formala from the conditional formatting editor where I have "red" also do I enclose the formula in quotes? "Tom Hutchins" wrote: Replicate the logic tests in your conditional formatting within your SUMPRODUCT formula. It's otherwise very difficult to identify formatting applied by conditional formatting. Hope this helps, Hutch "Judy Cohen" wrote: I want to set up a count of all cells where the date is equal to the date specified in column A on the sheet and the font for the specified range is Red. Currently my formula reads =SUMPRODUCT(('Master Log'!U$2:U$2600="Red")*('Master Log'!U$2:U$2600=A11)) I need to find out how many cases I processed that were overdue by date so I can see how many cases I had overdue per month. The font on the Master Log goes to Red in the conditional formatting if the item was processed overdue. Any assistance is greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help Please! CountIf Function using 2 criteria? | Excel Worksheet Functions | |||
COUNTIF Function with mulitple criteria? | Excel Worksheet Functions | |||
Countif - change color of cells that meet criteria | Excel Discussion (Misc queries) | |||
Can criteria in countif statement be a color? | Excel Worksheet Functions | |||
How do I create a COUNTIF function with more than one criteria? | Excel Worksheet Functions |