Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There are Collum A1-A20,
Want:B1=A1+A2;B2=A3+A4;B10=A19+A20; How to realize it ? Thanks Dawn |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OFFSET PROBLEM | Excel Discussion (Misc queries) | |||
Offset VBA Problem | Excel Discussion (Misc queries) | |||
VLOOKUP/OFFSET Problem | Excel Discussion (Misc queries) | |||
Offset Problem | New Users to Excel | |||
Sum Activecell Offset Problem | Excel Worksheet Functions |