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
Sharepoint Services cannot access custom templates
Compile entire Access 2003 Project Problem
Installing PFBackup under Windows 7
ATL tutorial
Recurring appointment creator no longer exists - how can I change the owner?
how to paste a bitmap on a button
2008 TS Web Access: Expiring Password Reminder?
Dialog Box to ask questions to get new users to identify their pathway to various files being used in macro program
Excel 2007 Formula Question
Retrieve Dataset from Database and Bind to a Collection and Silverlight Control