Verify RGB against Cell Color

R0land

New Member
Joined
Jul 11, 2012
Messages
3
Hello,

I need to verify if a cell has a specific RGB color, for example [204,255,204].

The tricky thing is that I am not allowed to use Macro, VB,...
Is there a way to verify it?

Theoretically i thought about some ideas:

  • verify the color against another cell (both have the same RGB value)
  • get the RGB value somehow
  • verify the rgb value against the cell somehow

Thanks in advance for any solution,
Roland
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Right-click the cell and choose "Format Cell".
On Format Cells dialog box choose "Fill" tab.
Under Background Color choose "More Colors"
Under Colors choose "Custom"
Under Color model choose RGB
Read the RGB integers
 
Upvote 0
Thanks for the fast response Mr JoeMo,

is it possible to get this RGB integers into the excel sheet?
For example:

Column 1 - Column 2
Colored Cell - [247,150,70]
Colored Cell - [83,141,213]
Colored Cell - [118,147,60]

in fact I would need it visible within the worksheet.

Thanks,
Roland
 
Upvote 0
Thanks for the fast response Mr JoeMo,

is it possible to get this RGB integers into the excel sheet?
For example:

Column 1 - Column 2
Colored Cell - [247,150,70]
Colored Cell - [83,141,213]
Colored Cell - [118,147,60]

in fact I would need it visible within the worksheet.

Thanks,
Roland
Can be done with VBA (which you indicated you can't use) or manually using the procedure I posted. I know of no other way.
 
Upvote 0
Many thanks for your time Mr. JoeMo.
At least I know where to find it now :)

Regards,
Roland
 
Upvote 0

Forum statistics

Threads
1,215,480
Messages
6,125,047
Members
449,206
Latest member
Healthydogs

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