All, I've read the posts related to this question, but am unable to apply the recommendations to my document.
I have a 32 column document, and two rules apply to all 32 columns (let's start with row 2, row 1 being a header):
=IF(TYPE($A2)="I",IFBLANK($E2),0) formats a special border which is applied to $A2:$AF2
=IF(CONCAT($H2:$R2)="",1,0) formats a light blue cell fill which is also applied to $A2:$AF2
Columns 1, 8 thru 17, and 19 have specialized formats specifically designed to fill cells with certain colors. The document was originally created in Excel 2010, with conditional formatting copied to multiple rows using the standard copy/paste which pulled
the formatting to rows 3 to 900. The report has expanded to 1201 rows.
I have been trying to copy the conditional formatting to rows 3 through 1201, and the relative cell references appear not to work. Row 3 does not get =IF(TYPE($A3)="I",IFBLANK($E3,0) whether I use
> a copy/paste/paste special/format, or
> a copy/paste/paste special/all merging conditional formats, or
> copy/format painter/escape.
One MS document indicated that one might have to go to the pasted cells and correct the relative references, but that would mean 36,000 adjustments. Unlikely to be a viable solution. Am looking for a workaround.
One other anomaly appears to occur. Whenever I change the "applies to" cell ranges from absolute $A$2:$AF$2 to $A2:$AF2, after hitting OK, the conditional formatting returns the range to absolute.
I am running Office 2016, Excel 2016, with all recent updates installed.