Filling multiple ranges/selections across worksheets

Excel Chimp

Board Regular
Joined
Oct 30, 2008
Messages
90
Hi folks. I have a workbook with about 25 sheets, all identically formatted. Column G contains both hard coded values and formulas. I need to fill ONLY the formulas across all worksheets.

I tried using F5 to select all formulas and do so, but it appears that since the data is not contiguous, it's not possible.

Does anyone have a solution?
Thanks
Excel Workbook
G
3MAY
494.5%
596.0%
61.5%
7
841
948
1012
119
1219%
1319%
14
1520
1610
Ashford
Excel 2010
Cell Formulas
RangeFormula
G5=SUMIF(BScode,W6,Data!F74:F101)
G6=+G5-G4
G9=SUMIF(BScode,W6,Data!J74:J101)
G11=SUMIF(BScode,W6,Data!K74:K101)
G12=IF(ISERROR(+G11/G9),"NA",(G11/G9))
G13=SUMIF(BScode,W6,Data!L74:L101)
Excel Workbook
NameRefers To
BScode=Data!$C$74:$C$101
Workbook Defined Names
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Excel Chimp,

Try this:

Important: make a copy of your workbook first.

1. Create a sheet with only the formulas (sheet 26).

2. Copy one rectangular region that contain the formulas and blank cells in the sheet 26.

3. Now, select the others 25 worksheets (a group of sheets).

4. Select the cell in the upper-left corner of the rectangular region (the same of the step 2) of destination in a spreadsheet of the selection (any one in the group).

4. Choose the Paste Special command, choose Formulas, select the Ignore Blank option and then click OK.

Markmzz
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,855
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top