Median year-to-date

bellaqueo

New Member
Joined
Feb 6, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hi all

I am looking for a simple excel formula to achieve a median year to date, referencing the current month.

A1: Month today (2, February)
B2:M2: Months (all)
B3:M3: Values (all)
B4: show me the median up to the month specified in A1. E.g. if A1=3, then median=9. Example 2: If A1=5, then median=66.

1612640309227.png


Any clue, anyone? I am a bit lost.

Many thanks
Bellaqueo
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi & welcome to MrExcel
How about
Excel Formula:
=MEDIAN(B3:INDEX(B3:M3,MATCH(A1,B2:M2,0)))
or
Excel Formula:
=MEDIAN(FILTER(B3:M3,B2:M2<=A1))
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top