Insert Median Automatically

  • Thread starter Thread starter paynestreet
  • Start date Start date
P

paynestreet

I have sheet sorted by the month column. WHen the value of mont
changes, I want to insert MEDIAN (C1:C25), than continue on and inser
MEDIAN(C26:...). IT's a simple level break problem but I don't kno
enough VB to do it
 
How about an easy way...

select your range
Data|Subtotals
Use Sum for function
and only apply it to column C.

Then select column C and do:
edit|replace
what: =subtotal(9,
with: =median(
replace all
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top