JeannetteE
Board Regular
- Joined
- May 19, 2016
- Messages
- 53
HI,
I'm trying to conditionally format a range of cells based on a single cell value in each range.
I have 10 Ranges in Column C, Range C23:C32, if C23 contains "MI" then it fills all cells in the range with a color,
or if C23 contains "P1" then it is a different color, if it contains anything else it stays the default color.
The next range is C33:C42 etc
This then needs to be applied from column C to Column PF, where the Range for column D is then D23:D32 and D23 contains "MI" etc.
I would prefer to do it directly in the spreadsheet but if need be can do it in VBA.
Any help would be greatly appreciated.
I'm trying to conditionally format a range of cells based on a single cell value in each range.
I have 10 Ranges in Column C, Range C23:C32, if C23 contains "MI" then it fills all cells in the range with a color,
or if C23 contains "P1" then it is a different color, if it contains anything else it stays the default color.
The next range is C33:C42 etc
This then needs to be applied from column C to Column PF, where the Range for column D is then D23:D32 and D23 contains "MI" etc.
I would prefer to do it directly in the spreadsheet but if need be can do it in VBA.
Any help would be greatly appreciated.