conditional formatting row based on value

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
I want to highlight all rows which has TRUE in column F. So I highlighted the who table except labels and then Conditional Formatting-->Rules and type this

=$F2="true"
Color Green

But did not work? any idea why? Thank you

Datecity1city2pricewhole sale pricecrit
7\02\201832.2226.9149.9269.88TRUE
7\03\201832.8528.5148.8154.3TRUE
7\05\201830.6924.5853.4343.77TRUE
7\06\201828.9223.1630.0235.19FALSE
7\09\201827.7425.5240.5934.6FALSE
7\10\201832.2226.9844.8742.53TRUE
7\11\201831.0824.1342.0138.76TRUE

<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Just use:

=$F2

since your cells appear to already have TRUE/FALSE values in them, not text.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,605
Members
449,089
Latest member
Motoracer88

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