MEDIAN formula not working

johns99

Board Regular
Joined
Jun 11, 2013
Messages
223
Office Version
  1. 365
Platform
  1. Windows
Hello,

For some reason the below formula is not working and I cannot figure out why?

{=IFERROR(MEDIAN(IF(('Personnel Report-ESG'!$W$2:$W$1668='Key City Location'!B3)*('Personnel Report-ESG'!$BD$2:$BD$1668='Key City Location'!$A$1)*('Personnel Report-ESG'!$AL$2:$AL$1668<>""),$AL$2:$AL$1668))/1000,"")}

Any ideas?

Thanks,

John
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I went ahead and used this and it worked...

{=IFERROR(QUARTILE.EXC(IF(ISNUMBER(MATCH('Personnel Report-ESG'!$W$2:$W$1668,'Key City Location'!B3,0)),IF(ISNUMBER(MATCH('Personnel Report-ESG'!$BD$2:$BD$1668,'Key City Location'!$A$1,0)),IF('Personnel Report-ESG'!$AL$2:$AL$1668<>"",'Personnel Report-ESG'!$AL$2:$AL$1668))),2)/1000,"")}


But I'm still curious as to why the first formula did not work, any feedback would be appreciated.

Thanks,

John
 
Upvote 0
Yeah. No problems with it. Obviously removed your sheetnames but that makes no difference to structure of the formula.
 
Upvote 0
I guess it may have been something in one of the cells?

Well good to know it worked, thanks for your feedback.

John
 
Upvote 0

Forum statistics

Threads
1,222,108
Messages
6,163,979
Members
451,867
Latest member
csktwyr

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