A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Copying Formulea from one cell to another



 
 
Thread Tools Display Modes
  #1  
Old April 1st, 2010, 10:37 AM posted to microsoft.public.excel.charting
Mark
external usenet poster
 
Posts: 1,534
Default Copying Formulea from one cell to another

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  
Old April 1st, 2010, 12:53 PM posted to microsoft.public.excel.charting
David Biddulph
external usenet poster
 
Posts: 8,714
Default Copying Formulea from one cell to another

=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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:58 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.