MrExcel Message Board


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Mar 30th, 2004, 07:40 AM   #1
Gfr
 
Join Date: Mar 2004
Posts: 2
Default Copu Formula HELP PLEASE !!

i've one question about copy a formula:
In cel D14 i've got this formula: "=Sum(A1:A5), now i copy (with mouse)this form to D15, and in D15 the formula is "=Sum(A2:A6) and i want this formula =Sum(B1:B5) is it possible??

Thanks,
Gfr
Gfr is offline   Reply With Quote
Old Mar 30th, 2004, 08:01 AM   #2
fairwinds
MrExcel MVP
 
fairwinds's Avatar
 
Join Date: May 2003
Posts: 8,445
Default Re: Copu Formula HELP PLEASE !!

Hi,

You could try changing the formula in D14 to

=SUM(OFFSET($A$1,0,ROW()-14,5))
__________________
"Fair Winds and Following Seas"
fairwinds is offline   Reply With Quote
Old Mar 30th, 2004, 08:19 AM   #3
Aladin Akyurek
MrExcel MVP
 
Aladin Akyurek's Avatar
 
Join Date: Feb 2002
Location: The Hague
Posts: 39,332
Default Re: Copu Formula HELP PLEASE !!

Quote:
Originally Posted by fairwinds
...

You could try changing the formula in D14 to

=SUM(OFFSET($A$1,0,ROW()-14,5))
Yep, but...

=SUM(OFFSET($A$1,0,ROW()-ROW($D$14),5))
Aladin Akyurek is offline   Reply With Quote
Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT +1. The time now is 06:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.