Hello,
I am sure this is a real easy formula, i just know the basics and need to make this easy on myself.
So say in Column A i have a bunch of numbers that are sorted. On 3 of the rows are the same number on column B i have different numbers, i want to add these numbers together.
For instance on column A i have 123456 on row 1,2 and 3. Then i have 789 on column 4,5 and 6. Now on Column B i have the number 5 on row 1, 6 on row 2 and 7 on row 3. I want to add 5+6+7 together to give me the total of 18 on column C.
Column A Column B Column C
123456 5
123456 6
123456 7 How do I get this to total the sum of (5+6+7)?
789 13
789 17
789 25 Sum of 13+17+25 ?
Does this make sense? Thank you in advance
I am sure this is a real easy formula, i just know the basics and need to make this easy on myself.
So say in Column A i have a bunch of numbers that are sorted. On 3 of the rows are the same number on column B i have different numbers, i want to add these numbers together.
For instance on column A i have 123456 on row 1,2 and 3. Then i have 789 on column 4,5 and 6. Now on Column B i have the number 5 on row 1, 6 on row 2 and 7 on row 3. I want to add 5+6+7 together to give me the total of 18 on column C.
Column A Column B Column C
123456 5
123456 6
123456 7 How do I get this to total the sum of (5+6+7)?
789 13
789 17
789 25 Sum of 13+17+25 ?
Does this make sense? Thank you in advance
Last edited: