Werner Peens
New Member
Hi,
I am trying to highlight two columns on a massive spreadsheet dependent on the date at the top of the column just to make it stand out, so it is easier to see when doing weekly updates.
(As this is a client document, I am not able to make use of VBA, therefore the attempt with Conditional Formatting.)
I am using the Offset formula to define the dynamic range I want to be highlighted based on the date. Now please note that everything I have done is working fine, except that as soon as I apply the CF rule, the dynamic range (in other words the offset formula) in the "Apply to" field is changed to a set range.
So the Offset formula =(OFFSET(INDIRECT(ADDRESS(6,(MATCH(E6,J6:T6,0)+9))),2,0,25,1)) is calculated and the answer =$Q$8:$Q$32 remains in the "Apply to" field, which prevents the dynamic range to change as the date is changed.
I have created and attached a basic test file.
Thank you kindly for your assistance.
I am trying to highlight two columns on a massive spreadsheet dependent on the date at the top of the column just to make it stand out, so it is easier to see when doing weekly updates.
(As this is a client document, I am not able to make use of VBA, therefore the attempt with Conditional Formatting.)
I am using the Offset formula to define the dynamic range I want to be highlighted based on the date. Now please note that everything I have done is working fine, except that as soon as I apply the CF rule, the dynamic range (in other words the offset formula) in the "Apply to" field is changed to a set range.
So the Offset formula =(OFFSET(INDIRECT(ADDRESS(6,(MATCH(E6,J6:T6,0)+9))),2,0,25,1)) is calculated and the answer =$Q$8:$Q$32 remains in the "Apply to" field, which prevents the dynamic range to change as the date is changed.
I have created and attached a basic test file.
Thank you kindly for your assistance.