#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Offset Problem

There are Collum A1-A20,
Want:B1=A1+A2;B2=A3+A4;B10=A19+A20;
How to realize it ?
Thanks
Dawn
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Offset Problem

Try this:

Entered in B1 and copied down to B10:

=SUM(OFFSET(A$1,(ROWS(B$1:B1)-1)*2,,2))

--
Biff
Microsoft Excel MVP


"Dawn" wrote in message
...
There are Collum A1-A20,
Want:B1=A1+A2;B2=A3+A4;.B10=A19+A20;
How to realize it ?
Thanks
Dawn



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Offset Problem

Thanks Biff.

"T. Valko" wrote:

Try this:

Entered in B1 and copied down to B10:

=SUM(OFFSET(A$1,(ROWS(B$1:B1)-1)*2,,2))

--
Biff
Microsoft Excel MVP


"Dawn" wrote in message
...
There are Collum A1-A20,
Want:B1=A1+A2;B2=A3+A4;.B10=A19+A20;
How to realize it ?
Thanks
Dawn




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Offset Problem

Enter this formula in B1 and pull it down to B10:
=INDEX(A:A,2*ROW()-1)+INDEX(A:A,2*ROW())

Regards,
Stefi

Dawn ezt *rta:

There are Collum A1-A20,
Want:B1=A1+A2;B2=A3+A4;B10=A19+A20;
How to realize it ?
Thanks
Dawn

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Offset Problem

You're welcome!

--
Biff
Microsoft Excel MVP


"Dawn" wrote in message
...
Thanks Biff.

"T. Valko" wrote:

Try this:

Entered in B1 and copied down to B10:

=SUM(OFFSET(A$1,(ROWS(B$1:B1)-1)*2,,2))

--
Biff
Microsoft Excel MVP


"Dawn" wrote in message
...
There are Collum A1-A20,
Want:B1=A1+A2;B2=A3+A4;.B10=A19+A20;
How to realize it ?
Thanks
Dawn






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OFFSET PROBLEM txm49 Excel Discussion (Misc queries) 2 October 11th 07 08:15 PM
Offset VBA Problem jlclyde Excel Discussion (Misc queries) 3 September 18th 07 04:00 PM
VLOOKUP/OFFSET Problem XavierXXX Excel Discussion (Misc queries) 1 November 18th 05 05:34 PM
Offset Problem morrida3 New Users to Excel 1 September 16th 05 08:02 PM
Sum Activecell Offset Problem George Andrews Excel Worksheet Functions 3 May 22nd 05 12:12 AM


All times are GMT +1. The time now is 09:56 AM.

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

About Us

"It's about Microsoft Excel"