![]() |
Crazy Excel 2003 Formula Question
I have an Excel file where I'm using a 3D formula that calculates numbers
from 4 different sheets. All of the sheets are formatted the same so the cell numbers are in the same position just different cells. My Problem is this when I use Auto fill to copy the formula it does not pick up the pattern. The numbers I'm adding from the 4 sheets have 4 blank cells in between. for example =Sum(sheet 1:sheet4 A2!) and the next one is =Sum(sheet1:sheet4 A6!). Is there a combination I could use so that it skips 4 cells and then adds it? thanks, |
Crazy Excel 2003 Formula Question
try incorporating this idea into your formula (starting with the second one)
=INDIRECT("g"&ROW(C1)*5) -- Don Guillett SalesAid Software "Marilyn" wrote in message ... I have an Excel file where I'm using a 3D formula that calculates numbers from 4 different sheets. All of the sheets are formatted the same so the cell numbers are in the same position just different cells. My Problem is this when I use Auto fill to copy the formula it does not pick up the pattern. The numbers I'm adding from the 4 sheets have 4 blank cells in between. for example =Sum(sheet 1:sheet4 A2!) and the next one is =Sum(sheet1:sheet4 A6!). Is there a combination I could use so that it skips 4 cells and then adds it? thanks, |
Crazy Excel 2003 Formula Question
Hi Don,
I dont understand how to add your addition to my formula. Right now I have =sum(sheet1:sheet4:!a6) should i add your like this: =sum(sheet1:sheet4:!a6, =INDIRECT("g"&ROW(C1)*5). thanks, "Don Guillett" wrote: try incorporating this idea into your formula (starting with the second one) =INDIRECT("g"&ROW(C1)*5) -- Don Guillett SalesAid Software "Marilyn" wrote in message ... I have an Excel file where I'm using a 3D formula that calculates numbers from 4 different sheets. All of the sheets are formatted the same so the cell numbers are in the same position just different cells. My Problem is this when I use Auto fill to copy the formula it does not pick up the pattern. The numbers I'm adding from the 4 sheets have 4 blank cells in between. for example =Sum(sheet 1:sheet4 A2!) and the next one is =Sum(sheet1:sheet4 A6!). Is there a combination I could use so that it skips 4 cells and then adds it? thanks, |
Crazy Excel 2003 Formula Question
All I want to do is tell Excel to sum the next 4 numbers when I use Auto Fill
to copy the original Formula which is =Sum(Sheet1:Sheet4!A1) Any Suggestions? Thanks, "Marilyn" wrote: Hi Don, I dont understand how to add your addition to my formula. Right now I have =sum(sheet1:sheet4:!a6) should i add your like this: =sum(sheet1:sheet4:!a6, =INDIRECT("g"&ROW(C1)*5). thanks, "Don Guillett" wrote: try incorporating this idea into your formula (starting with the second one) =INDIRECT("g"&ROW(C1)*5) -- Don Guillett SalesAid Software "Marilyn" wrote in message ... I have an Excel file where I'm using a 3D formula that calculates numbers from 4 different sheets. All of the sheets are formatted the same so the cell numbers are in the same position just different cells. My Problem is this when I use Auto fill to copy the formula it does not pick up the pattern. The numbers I'm adding from the 4 sheets have 4 blank cells in between. for example =Sum(sheet 1:sheet4 A2!) and the next one is =Sum(sheet1:sheet4 A6!). Is there a combination I could use so that it skips 4 cells and then adds it? thanks, |
All times are GMT +1. The time now is 03:21 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com