I have a workbook three sheets
View attachment 109415
In the first tab 17860ProfSvcs I have 26 conditional formatting rules.
View attachment 109417
Each with a formula similar to this
=IFERROR(INDIRECT("'17880Software'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17880Software'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+IFERROR(INDIRECT("'17870Hardware'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17870Hardware'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+$B58>0
I would like to use Format Painter to bring the conditional formats 17870Hardware and 17880Software. Once on the new sheet I will have to make a changes to each of the 26 rules so it works on that sheet.
The change that would be needed when moved from 17860ProfSvcs to 17870Hardware is that 17870Hardware in the formula would have to become 17860ProfSvcs.
Here is the formula that would be needed for the Conditional Format rule on the 17870Hardware tab
=IFERROR(INDIRECT("'17880Software'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17880Software'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+IFERROR(INDIRECT("'17860ProfSvcs'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17860ProfSvcs'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+$B58>0
Is there a global way to make the change to all 26 rules?
View attachment 109415
In the first tab 17860ProfSvcs I have 26 conditional formatting rules.
View attachment 109417
Each with a formula similar to this
=IFERROR(INDIRECT("'17880Software'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17880Software'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+IFERROR(INDIRECT("'17870Hardware'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17870Hardware'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+$B58>0
I would like to use Format Painter to bring the conditional formats 17870Hardware and 17880Software. Once on the new sheet I will have to make a changes to each of the 26 rules so it works on that sheet.
The change that would be needed when moved from 17860ProfSvcs to 17870Hardware is that 17870Hardware in the formula would have to become 17860ProfSvcs.
Here is the formula that would be needed for the Conditional Format rule on the 17870Hardware tab
=IFERROR(INDIRECT("'17880Software'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17880Software'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+IFERROR(INDIRECT("'17860ProfSvcs'!"&SUBSTITUTE(ADDRESS(1,MATCH($B$51,'17860ProfSvcs'!$A$51:$CA$51,0),4),1,ROW()-1)),0)+$B58>0
Is there a global way to make the change to all 26 rules?