Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default array formula (I think)

Here's my data:

A B
1 10 120
2 15 80
3 12 30

I need a fast formula that can replace this one:
(A1*B1)+(A2*B2)+(A3*B3) = 2760

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default array formula (I think)

Try this:

=SUMPRODUCT(A1:A3,B1:B3)

--
Biff
Microsoft Excel MVP


"nibbana" wrote in message
...
Here's my data:

A B
1 10 120
2 15 80
3 12 30

I need a fast formula that can replace this one:
(A1*B1)+(A2*B2)+(A3*B3) = 2760

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default array formula (I think)

Good on ya Biff, works a treat.

"T. Valko" wrote:

Try this:

=SUMPRODUCT(A1:A3,B1:B3)

--
Biff
Microsoft Excel MVP


"nibbana" wrote in message
...
Here's my data:

A B
1 10 120
2 15 80
3 12 30

I need a fast formula that can replace this one:
(A1*B1)+(A2*B2)+(A3*B3) = 2760

Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default array formula (I think)

You're welcome!

--
Biff
Microsoft Excel MVP


"nibbana" wrote in message
...
Good on ya Biff, works a treat.

"T. Valko" wrote:

Try this:

=SUMPRODUCT(A1:A3,B1:B3)

--
Biff
Microsoft Excel MVP


"nibbana" wrote in message
...
Here's my data:

A B
1 10 120
2 15 80
3 12 30

I need a fast formula that can replace this one:
(A1*B1)+(A2*B2)+(A3*B3) = 2760

Thanks!






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
Find specific value in array of array formula DzednConfsd Excel Worksheet Functions 2 January 13th 09 06:19 AM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
Array formula Clash Excel Discussion (Misc queries) 3 August 20th 06 02:39 AM
Array Formula pete5761 Excel Discussion (Misc queries) 1 December 17th 05 12:54 AM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM


All times are GMT +1. The time now is 11:38 PM.

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"