Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sweetsue516
 
Posts: n/a
Default Multiplying across then total down

I need a formula to multiply f1:f4*a1:a4 then to total that number at the
end of the column in f5. Since there is also text in this column I just want
it to reconize the numbers.

Example of table below:

This is what my sad attempt looks like in cell f5:

=sum(f1*a1+f2*a2+f3*a3+f4*a4)

Which does work until I get to the text.

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A


10% 13.51 36.03 24.85 6.41 3.34


4% 8.41 28.66 20.26 4.86 N/A


4% 3.67 1 3.86 15.75 9.89 9.20



  #2   Report Post  
Posted to microsoft.public.excel.misc
Barb Reinhardt
 
Posts: n/a
Default Multiplying across then total down

I believe you want

=SUMPRODUCT((A1:A4),(F1:F4))

"sweetsue516" wrote:

I need a formula to multiply f1:f4*a1:a4 then to total that number at the
end of the column in f5. Since there is also text in this column I just want
it to reconize the numbers.

Example of table below:

This is what my sad attempt looks like in cell f5:

=sum(f1*a1+f2*a2+f3*a3+f4*a4)

Which does work until I get to the text.

A B C D E F

10% 15.58 38.50 26.68 9.43 N/A


10% 13.51 36.03 24.85 6.41 3.34


4% 8.41 28.66 20.26 4.86 N/A


4% 3.67 1 3.86 15.75 9.89 9.20



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Multiplying across then total down

Using your sample data I got the result 0.702 using this formula in F5:
=SUMPRODUCT(F1:F4,A1:A4)

Will that do it for you?

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
Calculating Business Hours Between 2 Dates tanya216 Excel Discussion (Misc queries) 3 April 11th 06 03:22 PM
Pivot table for reporting sales performance Ram Excel Discussion (Misc queries) 2 February 6th 06 10:06 AM
Multiplying a # in a cell to total an $ in another cell VTOCorp New Users to Excel 3 December 7th 05 04:29 PM
matching the column b(sku)c(count)with A sammc2 Excel Worksheet Functions 0 November 3rd 05 07:42 PM
Percent of total in Pivot tables Pallet1210A Excel Worksheet Functions 1 September 8th 05 07:12 PM


All times are GMT +1. The time now is 04:07 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"