I basically just want to divide the sum of one range of cells by the sum of
another range of cells.
This works: =SUM(H2 H3)/(E2 E3).
This does not work: =SUM(H2:H3)/(E2:E3)
I want to be able to copy the formula to continue adding to the range of
cells on each side.
IE: =SUM(H2:H4)/(E2:E4) through end of spreadsheet: =SUM(H52:H54)/(E52:E54)What's wrong with my formula?
You just forgot to include the SUM for your second function:
=SUM(H2:H3)/SUM(E2:E3)
HTH,
Elkarquot;tdg119quot; wrote:
gt; I basically just want to divide the sum of one range of cells by the sum of
gt; another range of cells.
gt;
gt; This works: =SUM(H2 H3)/(E2 E3).
gt; This does not work: =SUM(H2:H3)/(E2:E3)
gt;
gt; I want to be able to copy the formula to continue adding to the range of
gt; cells on each side.
gt;
gt; IE: =SUM(H2:H4)/(E2:E4) through end of spreadsheet: =SUM(H52:H54)/(E52:E54)
gt;
gt;
gt; What's wrong with my formula?
gt;
=SUM(H2:H3)/SUM(E2:E3)
-via135
tdg119 Wrote:
gt; I basically just want to divide the sum of one range of cells by the sum
gt; of
gt; another range of cells.
gt;
gt; This works: =SUM(H2 H3)/(E2 E3).
gt; This does not work: =SUM(H2:H3)/(E2:E3)
gt;
gt; I want to be able to copy the formula to continue adding to the range
gt; of
gt; cells on each side.
gt;
gt; IE: =SUM(H2:H4)/(E2:E4) through end of spreadsheet:
gt; =SUM(H52:H54)/(E52:E54)
gt;
gt;
gt; What's wrong with my formula?--
via135
------------------------------------------------------------------------
via135's Profile: www.excelforum.com/member.php...oamp;userid=26725
View this thread: www.excelforum.com/showthread...hreadid=515885Thanks for your help - I can't believe I didn't think to try that
- Aug 14 Mon 2006 20:09
Range of cells and division formula
close
全站熱搜
留言列表
發表留言