I am getting everything in one copy. I chose the source sheet (the whole sheet with the top left corner selection header space/“button”), then did the same on the sheet I want the stuff to go to. I then pasted-special and pasted with only Formats selected. That transferred the row and column sizes, cell merges, etc of the entire sheet plus some cell background colors but not all of them.
When I copied cell A1:G20 which has a background image, a 2nd graphic, check boxes in column G from cell 4 to 20, and conditional formatting in cells C4:E20 and used just ‘paste’ it pasted everything and everything retained their position.
The only thing that didn’t copy was the conditional formatting. The only way I found so far to get conditional formatting to work on both sheets simultaneously is to reference the main_sheet in the condition on the other sheets.
The ranges aren’t always going to be in the same cells on every sheet. I have to manually change all the formula’s, conditional formatting, etc, to reference the main sheet it comes from?
Like there isn’t a way to select a cell and put a formula in it that posts everything from the specified sheet the formula tells it to get it from in all the cells in a specified range?
I know this probably isn’t a formula syntax it’s to example what I mean if it’s misunderstood:
=refrence(Sheet!Main_Sheet,$A1:G20,K10:P30)
In the fake example formula above it gets range A1:G20 from Main_Sheet and displays everything in those cells in cells K10:P30 on the sheet I put the formula in.
That’s not possible?