Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to make the contents of a cell dependant on whether another cell is
highlighted in yellow or not. I can find no way of doing this. I'm using Excel 2003, but would also like to use on Excel 2000. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try a UDF
Function CI(rng as range) if rng.count = 1 then CI = rng.interior.colorindex endif End Function and use like =IF(CI(A1)=6,... -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Martin Williams" <Martin wrote in message ... I want to make the contents of a cell dependant on whether another cell is highlighted in yellow or not. I can find no way of doing this. I'm using Excel 2003, but would also like to use on Excel 2000. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Have a look he http://www.cpearson.com/excel/colors.htm This is one of Chip Pearson's pages - and his site is well worth bookmarking. Hope this helps. Andy. "Martin Williams" <Martin wrote in message ... I want to make the contents of a cell dependant on whether another cell is highlighted in yellow or not. I can find no way of doing this. I'm using Excel 2003, but would also like to use on Excel 2000. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reading Cell Function??? | Excel Worksheet Functions | |||
IF Function to test formula in a cell | Excel Worksheet Functions | |||
How do I copy a function with a called cell constant? | Excel Worksheet Functions | |||
copying the function contained within a cell to anouther cell. | Excel Worksheet Functions | |||
Function syntax to compare cell contents | Excel Worksheet Functions |