Conditional Format Cell, but cell has text and value

ilcaa

Well-known Member
Joined
May 25, 2005
Messages
751
Office Version
  1. 365
Platform
  1. Windows
hello, i have a cell that reads "24% of calls made to Top Tier", the formula is =TEXT(VLOOKUP($B$3,'sample dashboard'!$D$4:$AD$116,4,FALSE),"0%")& " calls made to Top Tier"

i want to do a conditional formatting on this cell by comparing the value to another cell (red if below cell value/ green is higher) BUT with the text in the cell has well, how do I do it.... (also the formula to return the 24% is from a Vlookup ( so its not a specific cell)

cant figure this out maybe im over thinking it, please give suggestions. thanks
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
In the Conditional formating you will need to put

VLOOKUP($B$3,'sample dashboard'!$D$4:$AD$116,4,FALSE) < (Value to check against) Cell Colour Red
VLOOKUP($B$3,'sample dashboard'!$D$4:$AD$116,4,FALSE) >(Value to check against) Cell Colour Green
 
Upvote 0

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

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