Is there a way to copy down a formula remembering the cell difference? For example:
A4:A10
A11:A17
I would then like Excel to automatically put A18:A24 in the next row rather than A12:A18
Is there a way to copy down a formula remembering the cell difference? For example:
A4:A10
A11:A17
I would then like Excel to automatically put A18:A24 in the next row rather than A12:A18
What cell are you starting in? What does the formula look like?
Ideally, post a sample workbook and you'll get more interest.
Regards
Trevor Shuttleworth - Excel Aid
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
You can use OFFSET
=SUM(OFFSET(A4:A10, 7,))
As TMShucks said, would be easier with an example. I didn't have any luck with zbor's
I came up with this
=SUM(OFFSET($A$4,(ROWS($A$1:A1)-1)*7,0,7))
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
You are right... This will only increase by one..
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks