Apr 28 2023 01:00 PM
I need help with conditioning formatting
When you reach to 25 it make font bigger change font to dark red & also strikeout whole row with data in it.
I have highlight in black I need count of column C
the font I have for normal text is Calibri size 14
When reach 25 in column c. The text Arial Rounded MT Bold size 20 and strikeout text just like row two.
Thanks You very much
Apr 28 2023 01:53 PM
Conditional Formatting can set the font color, as well as bold and strikethrough, but it cannot change the font or font size...
Select the range you want to format.
The active cell in the selection should be in row 2.
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Use a formula to determine which cells to format'.
Enter the formula
=$C2>=25
Click Format...
Activate the font tab.
Make sure that the Strikethrough check box is ticked.
Select bold.
Select dark red as font color.
Click OK, then click OK again.
About the count formula: do you perhaps mean formulas such as
=COUNTIF(C2:C26, 10)
=COUNTIF(C2:C26, 15)
=COUNTIF(C2:C26, 25)
If not, please explain.
Apr 28 2023 03:17 PM
Apr 29 2023 12:32 AM
Can you explain why it should be 8?
Apr 29 2023 01:23 AM
Sure, I'd be happy to help you with that. Can you provide more details about what you're trying to accomplish with the conditional formatting and count function? What software or program are you using?
Apr 29 2023 09:13 AM
I have done section count how red font I have done will be in cell G5,G14 & G23.
Than subtract 10,15 or 20 from I have done to get answer to Heads left open new room.
I show you look like highlight color yellow, orange, green my formulas is not update when I put 25 by someone new I done in C7. it not update 8 to 9. I need formula count. better what I have.
each section inside border get should like highlight color without colors
Thanks You very much.
Apr 29 2023 10:10 AM
Why isn't C7 included?
Apr 29 2023 11:27 AM
Apr 29 2023 11:57 AM
I'm afraid I cannot help you. Sorry!
Apr 30 2023 07:49 AM
SolutionI found the answer that works for me.
The formula is
=COUNTIF($C$2:$C$26, 25)
Thanks You
Apr 30 2023 08:11 AM
Didn't I mention that formula in my first reply? <confused>
Apr 30 2023 07:49 AM
SolutionI found the answer that works for me.
The formula is
=COUNTIF($C$2:$C$26, 25)
Thanks You