SamMaynard
Board Regular
- Joined
- Dec 4, 2002
- Messages
- 106
If I'm crazy just let me know.
I would like to have a function (worksheet function or vba doesn't matter) that looks into a range of cells for a particular cell color in that row and then returns the value in the cell.
You see, I'm using a matrix of cells for a chart and the chart uses different colors to signify whether an activity is complete or not. Anyway I just need to look into the row for a particular color, say red or green and then return that value.
ps. How do I find out what number code red or green is for the computer to know which color I'm looking for?
Please help.
I would like to have a function (worksheet function or vba doesn't matter) that looks into a range of cells for a particular cell color in that row and then returns the value in the cell.
You see, I'm using a matrix of cells for a chart and the chart uses different colors to signify whether an activity is complete or not. Anyway I just need to look into the row for a particular color, say red or green and then return that value.
ps. How do I find out what number code red or green is for the computer to know which color I'm looking for?
Please help.