Value based on Color

blee4372

New Member
Joined
Apr 25, 2017
Messages
41
Is it possible color a cell & have a value populate another cell?
So if I filled cell D1 with RGB(0, 176, 80)...Cell A1 would ="1".
<colgroup><col width="64" style="width: 48pt;"> <tbody> </tbody>
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Depends how you plan to trigger the event, as manually changing a cell color does NOT trigger an event.
How is the cell being colorized?
 
Upvote 0
Depends how you plan to trigger the event, as manually changing a cell color does NOT trigger an event.
How is the cell being colorized?


I was going add the color Manually:(...I have a Macro that is tracking changes made to a worksheet. But it only tracks value changes...not if the cell's color is change.
 
Upvote 0
I was going add the color Manually:(...I have a Macro that is tracking changes made to a worksheet. But it only tracks value changes...not if the cell's color is change.

I don't think you will be able to reliably trigger the event. If the colorized cell can be tied to a data validation dropdown, such as Red,Blue,Green and then as the user selected a color it actually colorizes the cell; THEN you could use that selection to do something to the other cells.
 
Upvote 0
I don't think you will be able to reliably trigger the event. If the colorized cell can be tied to a data validation dropdown, such as Red,Blue,Green and then as the user selected a color it actually colorizes the cell; THEN you could use that selection to do something to the other cells.

Thanks for your help...I will give that try:).
 
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,072
Members
448,546
Latest member
KH Consulting

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