Conditional Formating

thewardn

New Member
Joined
Jan 21, 2025
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
1737521919655.png

I am trying to make a true or false reference column. IF column Ab's value is (ab>=15 but <30) equal true if not leave blank if possible or false if not possible.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Select the cells -> Use formula to determine rule -> Insert:
Excel Formula:
=AND(AB7>=15,AB7<30)
 
Upvote 0
Solution
Select the cells -> Use formula to determine rule -> Insert:
Excel Formula:
=AND(AB7>=15,AB7<30)
1737525743433.png

All Values return as false except 20=true. This is the problem i was having with nothing working. Column AB is formatted as number but references graph column in H (column13). I wish i could download XL2bb but cant at work.
 
Upvote 0
Your "numerical" columns are aligned left suggest that they're text and not number. Changing the format doesn't change how Excel stores that variable type. See this site - how to convert them to number.

 
Last edited:
Upvote 0
Your "numerical" columns are aligned left suggest that they're text and not number. Changing the format doesn't change how
TY this helped. when pasted from graph it showed number but needed to =value for import
 
Upvote 0

Forum statistics

Threads
1,226,079
Messages
6,188,773
Members
453,499
Latest member
samdan87153

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