Hi,
I have a conditional format that works fine but what if I want to assign an named cell as my criteria instead of hardcoding a value. Seems like this should work?
Hardcoded version:
=SUMPRODUCT((MONTH(Entry_Date)=2)*(YEAR(Entry_Date)=2013)*(Indicator_Name="CLABSI")*(Facility="Carrollton")*(Unit_Group="ICU")*(SIR))>2
What if I want the value ">2" to be in a named cell so I can change it if needed:
CLABSIGREEN is the name of my named cell
=SUMPRODUCT((MONTH(Entry_Date)=2)*(YEAR(Entry_Date)=2013)*(Indicator_Name="CLABSI")*(Facility="Carrollton")*(Unit_Group="ICU")*(SIR))& CLABSIGREEN
I have tried
= CLABSIGREEN
thanks Dave
I have a conditional format that works fine but what if I want to assign an named cell as my criteria instead of hardcoding a value. Seems like this should work?
Hardcoded version:
=SUMPRODUCT((MONTH(Entry_Date)=2)*(YEAR(Entry_Date)=2013)*(Indicator_Name="CLABSI")*(Facility="Carrollton")*(Unit_Group="ICU")*(SIR))>2
What if I want the value ">2" to be in a named cell so I can change it if needed:
CLABSIGREEN is the name of my named cell
=SUMPRODUCT((MONTH(Entry_Date)=2)*(YEAR(Entry_Date)=2013)*(Indicator_Name="CLABSI")*(Facility="Carrollton")*(Unit_Group="ICU")*(SIR))& CLABSIGREEN
I have tried
= CLABSIGREEN
thanks Dave