Dropdown list and condittional formatting

bionicle

Board Regular
Joined
Apr 23, 2009
Messages
186
Office Version
  1. 365
Platform
  1. Windows
hi all,

quick question, is there a way to have different conditional formatting based on the dropdown list?

for instance, if I had a dropdown saying "temperature inside" can I have a conditional formatting that would give me a between 21 and 30 and if I changed the dropdown to say temperature outside it would change to conditional formatting on the same row to a new between range.

if this is possible what would that look like as I've tried to use the use a formula to determine which cells to format but cant get anything to work.

thanks in advance

Steve
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi, if A1 was your dropdown and B1 was the cell you wanted to format, one option could look like, for example:

=OR(AND($A$1="Temperature inside",B1>=21,B1<=30),AND($A$1="Temperature outside",B1>=10,B1<=20))
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,715
Members
448,985
Latest member
chocbudda

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