median not working

anuradhagrewal

Board Regular
Joined
Dec 3, 2020
Messages
85
Office Version
  1. 2010
Platform
  1. Windows
Hi Guys
I need your help
The file is here
I am trying to figure out the median pay with respect to Age location and subject taught (MEDIAN worksheet)
Can you guys please help me out
The file is attached here.


Regards

Anu
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Try something like this.
This is an array formula and must be entered with CTRL-SHIFT-ENTER.
=MEDIAN(IF($E$3:$E$878="ENGLISH",IF($D$3:$D$878="NCR",IF($C$3:$C$878>=45,($F$3:$F$878)))))
 
Upvote 0
Try something like this.
This is an array formula and must be entered with CTRL-SHIFT-ENTER.
=MEDIAN(IF($E$3:$E$878="ENGLISH",IF($D$3:$D$878="NCR",IF($C$3:$C$878>=45,($F$3:$F$878)))))
Its not working showing zero when I add the given formula to G3
 
Upvote 0
First fix the error in cell C767 of 'MAIN' then try these (all confirmed with Ctrl+Shift+Enter

In cell E4 of 'MEDIAN' and copy down
Excel Formula:
=MEDIAN(IF(MAIN!C$3:C$878=D4,MAIN!F$3:F$878))

In H4 of 'MEDIAN' and copy down
Excel Formula:
=MEDIAN(IF(MAIN!D$3:D$878=G4,MAIN!F$3:F$878))

In K4 of 'MEDIAN' and copy down
Excel Formula:
=MEDIAN(IF(MAIN!E$3:E$878=J4,MAIN!F$3:F$878))
 
Upvote 0
First fix the error in cell C767 of 'MAIN' then try these (all confirmed with Ctrl+Shift+Enter

In cell E4 of 'MEDIAN' and copy down
Excel Formula:
=MEDIAN(IF(MAIN!C$3:C$878=D4,MAIN!F$3:F$878))

In H4 of 'MEDIAN' and copy down
Excel Formula:
=MEDIAN(IF(MAIN!D$3:D$878=G4,MAIN!F$3:F$878))

In K4 of 'MEDIAN' and copy down
Excel Formula:
=MEDIAN(IF(MAIN!E$3:E$878=J4,MAIN!F$3:F$878))
I have done exactly as you have suggested
But still the output is not coming
U can see the file here
 
Upvote 0
You have still got the #VALUE! error in C767 & you have not confirmed any of the formula with Ctrl Shift Enter as Peter said.
 
Upvote 0
You have still got the #VALUE! error in C767 & you have not confirmed any of the formula with Ctrl Shift Enter as Peter said.
Please download the file I have done as suggested but still there is no median being calculated
 
Upvote 0
I have downloaded the file, that how I know you have not done what Peter suggested.
 
Upvote 0
I cannot post the file here. Just follow the instructions that Peter gave.
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,995
Members
449,094
Latest member
masterms

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