Hello,
Is there a way to "copy down" for conditional formatting in a column? For example, I have the following rule for conditional formatting for a cell: =MATCH($A2,myNamedRange,0)
I have a column of over 7000 cells, I would like to be able to conditionally format for each of cells where each cell in column A is matched against all values in the named range. If the cell matches one of the values in the named range, I'd like the cell to have a colored fill.
The question: how do I increment the first value ($A2 in my example) ?
Is this something that can only be done using VBA?
Thanks in advance for your time and help.
Is there a way to "copy down" for conditional formatting in a column? For example, I have the following rule for conditional formatting for a cell: =MATCH($A2,myNamedRange,0)
I have a column of over 7000 cells, I would like to be able to conditionally format for each of cells where each cell in column A is matched against all values in the named range. If the cell matches one of the values in the named range, I'd like the cell to have a colored fill.
The question: how do I increment the first value ($A2 in my example) ?
Is this something that can only be done using VBA?
Thanks in advance for your time and help.