Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
holly
 
Posts: n/a
Default how do i sum A1*B1 through to A12*B12 in one easy forumla?

i know i have done an easy formula in the past where i can add new rows and
not have to re-do the forumla to sum an example like a1*b1 through to
a12*b12. does anyone remember how to do this without having to ancor colum a
row by row?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lk
 
Posts: n/a
Default how do i sum A1*B1 through to A12*B12 in one easy forumla?

Try: =SUMPRODUCT(A1:A12,B1:B12)

"holly" wrote:

i know i have done an easy formula in the past where i can add new rows and
not have to re-do the forumla to sum an example like a1*b1 through to
a12*b12. does anyone remember how to do this without having to ancor colum a
row by row?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default how do i sum A1*B1 through to A12*B12 in one easy forumla?

Looks like:

=SUMPRODUCT(A1:A12,B1:B12)

holly wrote:
i know i have done an easy formula in the past where i can add new rows and
not have to re-do the forumla to sum an example like a1*b1 through to
a12*b12. does anyone remember how to do this without having to ancor colum a
row by row?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default how do i sum A1*B1 through to A12*B12 in one easy forumla?

See if one of these works for you

This one uses only A1:B12
=SUMPRODUCT(A1:A12,B1:B12)

or
This one just includes a larger range than you need
=SUMPRODUCT(A1:A100,B1:B100)

or

This one automatically adjusts to additional data (no blanks, though)
=SUMPRODUCT($A$1:INDEX($A:$A,MAX(COUNT(A:A),COUNT( B:B))),$B$1:INDEX($B:$B,MAX(COUNT(A:A),COUNT(B:B)) ))

or
This one allows for blanks between the number entries and uses the range
that includes the last numeric entry in Cols A or B
=SUMPRODUCT($A$1:INDEX($A:$A,MAX(MATCH(10^99,A:A), MATCH(10^99,B:B))),$B$1:INDEX($B:$B,MAX(MATCH(10^9 9,A:A),MATCH(10^99,B:B))))

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"holly" wrote:

i know i have done an easy formula in the past where i can add new rows and
not have to re-do the forumla to sum an example like a1*b1 through to
a12*b12. does anyone remember how to do this without having to ancor colum a
row by row?

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
Easy question? Page numbers ATC Excel Discussion (Misc queries) 1 February 1st 06 04:27 AM
HELP!!! Can't get forumla figured out! JTKrupa Excel Discussion (Misc queries) 8 October 13th 05 10:13 PM
test forumla rather than result Ruthki Excel Worksheet Functions 2 July 6th 05 11:15 PM
OsCommerce - Easy Populate Script - CSV/TXT Conversion Problem. PriceTrim Excel Discussion (Misc queries) 3 July 5th 05 05:27 PM
new user with easy question? not easy for me speakeztruth New Users to Excel 5 June 3rd 05 09:40 PM


All times are GMT +1. The time now is 08:55 AM.

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"