Conditional Formatting Numbers Formulaed as Text

tobermory

New Member
Joined
Jun 4, 2012
Messages
46
Hello there,

I have a spreadsheet that I would like to conditional format, it's of survey results. I'd like the user to be able to select between a likert score ("0.00") and a satisfaction percentage ("0.00%"), here are a couple of screenshots.

001.png


002.png


Obviously, as the numbers are stored as text, I cannot conditional format them, I'd like to do a 3 colour scale on the range. Is there a way to convert the "text" into numbers whilst preserving the format of both text formats depending on the cell in B1?

Thanks ever so much for any response.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
you can use a value() to convert the text into a number in the conditional formatting
 
Upvote 0
Why not use
=IF($B$1="likert",Sheet2!B4,Sheet3!B4)

and then use condition formatting to change the display format?
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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