ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   using both sum and average in subtotals (https://www.excelbanter.com/excel-programming/354535-using-both-sum-average-subtotals.html)

Guru[_2_]

using both sum and average in subtotals
 
Hi,

I'm very new to excel VBA programming..can any body please suggest a
easy solution for the following:

I need to use both sum and average in subtotal function on different
columns at a time..

eg: Column A : Name
Column E: Rate
Column F: net value

I want to do sum on Column F and average on Column E for every change
in column A...

Any help will be greatly appreciated..

Thanks..


Dave Peterson

using both sum and average in subtotals
 
Do your data|subtotals
and use Sum for both columns

Then select column E
edit|replace
what: =subtotal(9,
with: =subtotal(1,
replace all

(9=sum and 1=average, right???)

If you've been really good, I bet you don't have any =subtotal()'s in that
column--except from the ones your data|subtotal added.




Guru wrote:

Hi,

I'm very new to excel VBA programming..can any body please suggest a
easy solution for the following:

I need to use both sum and average in subtotal function on different
columns at a time..

eg: Column A : Name
Column E: Rate
Column F: net value

I want to do sum on Column F and average on Column E for every change
in column A...

Any help will be greatly appreciated..

Thanks..


--

Dave Peterson

Guru[_2_]

using both sum and average in subtotals
 
wow..thats perfect...u saved lot of time ..Thanks a bunch...



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com