G Guest Jun 11, 2004 #1 I need to apply shading to cells that have been counted in a countif statement. Help!
N Norman Harker Jun 11, 2004 #2 Hi Kim! It would help if you gave us the condition for the countif But use that condition in Format > Conditional Formatting
Hi Kim! It would help if you gave us the condition for the countif But use that condition in Format > Conditional Formatting
G Guest Jun 11, 2004 #3 Thanks for helping me Norman. Here is the countif statement =COUNTIF(D3:W3,"<70%") If a cell has been counted in this formula, I want to apply a shading as a conditional format. Thanks again
Thanks for helping me Norman. Here is the countif statement =COUNTIF(D3:W3,"<70%") If a cell has been counted in this formula, I want to apply a shading as a conditional format. Thanks again
N Norman Harker Jun 11, 2004 #4 Hi Kim! Let me just check that formula as it might be wrong. Do you really mean: =COUNTIF(D3:W3,"<"&70%) Or are you wanting to check for a text entry of <70%
Hi Kim! Let me just check that formula as it might be wrong. Do you really mean: =COUNTIF(D3:W3,"<"&70%) Or are you wanting to check for a text entry of <70%
G Guest Jun 11, 2004 #5 Yes, it is a text entry. Norman Harker said: Hi Kim! Let me just check that formula as it might be wrong. Do you really mean: =COUNTIF(D3:W3,"<"&70%) Or are you wanting to check for a text entry of <70% -- Regards Norman Harker MVP (Excel) Sydney, Australia (e-mail address removed) Click to expand...
Yes, it is a text entry. Norman Harker said: Hi Kim! Let me just check that formula as it might be wrong. Do you really mean: =COUNTIF(D3:W3,"<"&70%) Or are you wanting to check for a text entry of <70% -- Regards Norman Harker MVP (Excel) Sydney, Australia (e-mail address removed) Click to expand...
F Frank Kabel Jun 11, 2004 #6 Hi not sure but do you want to color the cells which CONTAIN this formula?
G Guest Jun 11, 2004 #7 Hi Frank. I need to color theh cells that are counted by the countif statement. Thanks for helping
F Frank Kabel Jun 11, 2004 #8 Hi select your range of data, goto the condtional format dialog and enter the condition <0.7
N Norman Harker Jun 11, 2004 #9 Hi Kim! Are you actually getting your formula to count any text entries of <70%