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
Moving an image along side the Mouse Pointer moves
sort subform query data entry
Infopath Multiple-Selection List Box: linked to access and list populated from Access table
Is there a way to export a SharePoint group to an excel file?
MS Access- populating first record on a form
Send MS Access Appointments to Outlook Calendar - Detertmine Changes in Access to Outlook
Microsoft SQL 2005
location of windows application error log
Allow Standard User Admin Rights To Certain Programs
Using an Access 2007 ADP does not support SQL Express 2008 for table design - Better to use an ACCDB?