Hide Text

yipppppppy

New Member
Joined
Nov 7, 2013
Messages
19
Office Version
  1. 365
I have the below table where from Columns B to X, there is conditional formatting set where it turns green if its any number entered higher than 0. If blank its red and any other value its yellow. What i want to do is hide the text whereever 1 is entered. So i want the cell to still be showing as green but when i enter the number 1, it is hidden. I dont want to hide the 0.4 and 0.3 numbers or any other number that isnt a 1.

I tried changing the colour of the font so it matches the green cell colour but it makes no difference.

What am i missing here?

Note: I am using Microsoft 365





1700285244639.png
 

Attachments

  • 1700285224801.png
    1700285224801.png
    48.2 KB · Views: 2

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
In conditional formatting when =cell=1 try a custom number format of ;;;
 
Last edited:
Upvote 0
I tried changing the colour of the font so it matches the green cell colour but it makes no difference.
Depends just what your CF rules are and what order they are in. Here I have used that idea of same green for cell fill and cell font.

23 11 18.xlsm
BCDEF
211L11
311L
411L11
510.4L0.3222
611L11
711SM11
811111
CF
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B2:F8Expression=AND(ISNUMBER(B2),B2>0,B2<>1)textNO
B2:F8Expression=B2=1textNO
B2:F8Expression=ISTEXT(B2)textNO
B2:F8Expression=B2=""textNO
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top