Conditional formatting which is referenced by scroll bar

Tigerexcel

Active Member
Joined
Mar 6, 2020
Messages
493
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Can you link a scroll bar to a cell which returns values and alters conditional formatting?
Say you have a range of data with values ranging between 0 and 100 in C1 to F30. In a particular cell say A1, you want to place a cell to compare against the range of values. I would like to see how many cells in the range of C1 to F30 are greater than or equal to eg 62 (which sits in A1). I would like to be able to alter the cell in A1 via a scroll bar so that I can easily go up to 63 and then down to 57 etc. The conditional formatting should be updating automatically depending on how many cells are greater than or equal to the whatever number is in A1.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
You can link the scroll bar to A1 & then
Select C1:F30 & use this CF formula
=C1>=$A$1
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,749
Members
448,989
Latest member
mariah3

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