Add in excel

G2K

Active Member
Joined
May 29, 2009
Messages
355
Hi all,

i think it would be stupid to ask this question here but i am really not able to get this simple formula

lets a1,a2,a3,a4,a5,a6 and a7 cells have value 10,12,14,16,18,20,22
and b1,c1,d1,e1,f1,g1, and hi cells have value 2,4,6,8,10,12,14 respectivley

i want to add a1 and b1,a2 and c1 ..........a7 and h1 in a20,a21.....

can anybody help me to get the formula............
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
try

A20

=A1+OFFSET($A$1,,ROWS(A$20:A20))

and copied down
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,436
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top