View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guru[_2_] Guru[_2_] is offline
external usenet poster
 
Posts: 2
Default 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..