Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Experts,
I am looking to multiply column A by column B and then sum multiple rows in a single step. Example: A B 1 11 1 2 22 2 3 33 3 4 44 4 5 55 5 I have many rows like this and I would like to do this <=a1*b1+a2*b2+a3*b3+a4*b4+a5*b5 without typing all of that out. Ryan |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=sumproduct(A1:A5,B1:B5)
"Ryan Gerry" wrote: Experts, I am looking to multiply column A by column B and then sum multiple rows in a single step. Example: A B 1 11 1 2 22 2 3 33 3 4 44 4 5 55 5 I have many rows like this and I would like to do this <=a1*b1+a2*b2+a3*b3+a4*b4+a5*b5 without typing all of that out. Ryan |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(A1:A5,B1:B5)
This is EXTREMELY power function! See: http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- Gary''s Student - gsnu200856 "Ryan Gerry" wrote: Experts, I am looking to multiply column A by column B and then sum multiple rows in a single step. Example: A B 1 11 1 2 22 2 3 33 3 4 44 4 5 55 5 I have many rows like this and I would like to do this <=a1*b1+a2*b2+a3*b3+a4*b4+a5*b5 without typing all of that out. Ryan |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(A1:A5,B1:B5)
-- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Ryan Gerry" wrote in message ... Experts, I am looking to multiply column A by column B and then sum multiple rows in a single step. Example: A B 1 11 1 2 22 2 3 33 3 4 44 4 5 55 5 I have many rows like this and I would like to do this <=a1*b1+a2*b2+a3*b3+a4*b4+a5*b5 without typing all of that out. Ryan |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I figured it would be something super simple. Thanks all!
Ryan "RagDyeR" wrote in message ... =SUMPRODUCT(A1:A5,B1:B5) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Ryan Gerry" wrote in message ... Experts, I am looking to multiply column A by column B and then sum multiple rows in a single step. Example: A B 1 11 1 2 22 2 3 33 3 4 44 4 5 55 5 I have many rows like this and I would like to do this <=a1*b1+a2*b2+a3*b3+a4*b4+a5*b5 without typing all of that out. Ryan |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Appreciate your feed-back.
It's not too often that we see triple headers!<bg -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Ryan Gerry" wrote in message ... I figured it would be something super simple. Thanks all! Ryan "RagDyeR" wrote in message ... =SUMPRODUCT(A1:A5,B1:B5) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Ryan Gerry" wrote in message ... Experts, I am looking to multiply column A by column B and then sum multiple rows in a single step. Example: A B 1 11 1 2 22 2 3 33 3 4 44 4 5 55 5 I have many rows like this and I would like to do this <=a1*b1+a2*b2+a3*b3+a4*b4+a5*b5 without typing all of that out. Ryan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using multiply if function | Excel Worksheet Functions | |||
STEP MULTIPLY FUNCTION | Excel Worksheet Functions | |||
What function will find and multiply specific values in excel? | Excel Worksheet Functions | |||
keep leading zeros when using the paste spec. multiply function | Excel Discussion (Misc queries) | |||
is there a function that will multiply different cells | Excel Worksheet Functions |