Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default SUMDIVISION Formula - does it exist?

I would describe myself as an intermediate Excel user

I am familiar with the use of formulas to increase the productivity of Excel.

One common formula I have used frequently is SUMPRODUCT which calculates the
sum of two arrays.

However I have a requirement for a formula that might be described as
SUMDIVISION - i.e. exactly the same function as SUMPRODUCT but dividing
instead of multiplying.

I have looked in the formula lists but I cannot find one that fits the bill.
I have constructed this formula manually (a real hassle!) but you can only
have so many characters in your formula and I have run out - these are
relatively large arrays I am dealing with.

Does anybody have any advice they can offer?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default SUMDIVISION Formula - does it exist?

You can use an array formula to do this. E.g.,

=SUM(A1:A5/B1:B5)

Since this is an array formula, you must press CTRL SHIFT ENTER rather than
just ENTER when you first enter the formula and whenever you edit it later.
If you do this properly, Excel will display the formula in the formula bar
enclosed in curly braces { }. See
http://www.cpearson.com/Excel/ArrayFormulas.aspx for much more information
about array formulas.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)


"padav" wrote in message
...
I would describe myself as an intermediate Excel user

I am familiar with the use of formulas to increase the productivity of
Excel.

One common formula I have used frequently is SUMPRODUCT which calculates
the
sum of two arrays.

However I have a requirement for a formula that might be described as
SUMDIVISION - i.e. exactly the same function as SUMPRODUCT but dividing
instead of multiplying.

I have looked in the formula lists but I cannot find one that fits the
bill.
I have constructed this formula manually (a real hassle!) but you can only
have so many characters in your formula and I have run out - these are
relatively large arrays I am dealing with.

Does anybody have any advice they can offer?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default SUMDIVISION Formula - does it exist?

Simply use:

=SUMPRODUCT(B1:B5/A1:A5)
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"padav" wrote in message
...
I would describe myself as an intermediate Excel user

I am familiar with the use of formulas to increase the productivity of
Excel.

One common formula I have used frequently is SUMPRODUCT which calculates the
sum of two arrays.

However I have a requirement for a formula that might be described as
SUMDIVISION - i.e. exactly the same function as SUMPRODUCT but dividing
instead of multiplying.

I have looked in the formula lists but I cannot find one that fits the bill.
I have constructed this formula manually (a real hassle!) but you can only
have so many characters in your formula and I have run out - these are
relatively large arrays I am dealing with.

Does anybody have any advice they can offer?


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
looking for links that do not exist jerminski73 Excel Worksheet Functions 1 April 25th 07 08:28 PM
why exist a formula for excel and another for vba? pmt, payment ALEX Excel Discussion (Misc queries) 1 September 8th 06 03:42 PM
Exist or Not. ldiaz Excel Discussion (Misc queries) 3 September 6th 06 09:31 PM
Exist a function to... 0xC00D11CD Excel Worksheet Functions 3 May 22nd 06 12:19 PM
Am I Looking For Something That Doesn't Exist? seanryann Excel Discussion (Misc queries) 11 April 1st 06 06:10 PM


All times are GMT +1. The time now is 02:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"