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 2010
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 | |||
3 | MAY | ||
4 | 94.5% | ||
5 | 96.0% | ||
6 | 1.5% | ||
7 | |||
8 | 41 | ||
9 | 48 | ||
10 | 12 | ||
11 | 9 | ||
12 | 19% | ||
13 | 19% | ||
14 | |||
15 | 20 | ||
16 | 10 | ||
Ashford |
Cell Formulas | ||
---|---|---|
Range | Formula | |
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 | |||
---|---|---|---|
Name | Refers To | ||
BScode | =Data!$C$74:$C$101 | ||
Workbook Defined Names |