Microsoft
Software
Hardware
Network
Question : Displaying the color index of a cell
Want i'm trying to accomplish is:
In column A I have multiple cells with different colors in them in column B I wanted the color index of each colored cell, for example.
If column A cell A1 is red I wanted in column B, B1 to display 3 and so on.
Answer : Displaying the color index of a cell
You can use XLM and range name workarounds for this (ie no VBA)
Select Cell B1
Insert a range name
CellColour
=GET.CELL(63,A1)
3. in B1 put
=CellColour+RAND()*0
4. copy down
see attached file
cc.xls
(28 KB)
(File Type Details)
folours
Random Solutions
Customizing Outlook 2007 Contact form
Date stamp calculated field in Access table
sound driver
Terminal Services 2008
Filtering Access Report
Working Days Calculator
Why won't "WMIC OS Where Primary=True Call Reboot" not force reboot when dialog box is open?
Populating ASPX control Target with Web.config value
CreateEventProc error 57017 Event Handler Invalid
How to convert a decimal value to 1 correct figure in an access query