Conditional Format to Enter a Value in another Cell

kreases

Board Regular
Joined
Oct 26, 2005
Messages
114
Office Version
  1. 2016
Platform
  1. Windows
I want to conditionally format some values in a column based on the thresholds in the table below but I want the value in brackets to be entered in another cell.

Threshold
(1) Current
(2) 0-30
(3) 31-60
(4) 61-90
(5) 91-120
(6) 121-150
(7) 151-180
(8) 180+

So if the value is between say 31 and 60 in the threshold column it would automatically enter a 3 or if it was between 121 and 150 it would enter a 6, so basically the value in the brackets of the table shown above.

Can anyone help with this please, thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Conditional formatting can't put values into a cell, it can only "format" a cell, hence the title.

You would need to use a formula in that other cell to test for your conditions and return the value you want based on that test.
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,391
Members
448,957
Latest member
Hat4Life

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