Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I want to drag and paste a formulea across a row. But the formulea takes
information from another cell, then will miss two columns out, and themn takes information from the next, and so on. I can't seem to find a way of copying the pattern, and I am wasting a lot of time editing each formulea manually. i.e 1st cell should read '=SUM(L15:L10)' 2nd cell next to it should read '=SUM(O15:O10)', the next '=SUM(R15:R10)', and so on. I would like to know a way of doing this automatically. I am using Excel 2003 Standard Edition And would be grateful for advice. -- Mark |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
=SUM(OFFSET($L10,0,3*(COLUMNS($A1:A1)-1),6,1)) and copy across.
-- David Biddulph "Mark" wrote in message ... I want to drag and paste a formulea across a row. But the formulea takes information from another cell, then will miss two columns out, and themn takes information from the next, and so on. I can't seem to find a way of copying the pattern, and I am wasting a lot of time editing each formulea manually. i.e 1st cell should read '=SUM(L15:L10)' 2nd cell next to it should read '=SUM(O15:O10)', the next '=SUM(R15:R10)', and so on. I would like to know a way of doing this automatically. I am using Excel 2003 Standard Edition And would be grateful for advice. -- Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulea | Excel Worksheet Functions | |||
Need a formulea for calculating a month | Excel Discussion (Misc queries) | |||
Copying format to a new cell, w/o overwriting destination cell contents | Excel Discussion (Misc queries) | |||
copying the function contained within a cell to anouther cell. | Excel Worksheet Functions | |||
filter list of text for unique entries using formulea | Excel Worksheet Functions |