anuradhagrewal
Board Regular
- Joined
- Dec 3, 2020
- Messages
- 87
- Office Version
- 2010
- Platform
- Windows
Its not working showing zero when I add the given formula to G3Try 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)))))
=MEDIAN(IF(MAIN!C$3:C$878=D4,MAIN!F$3:F$878))
=MEDIAN(IF(MAIN!D$3:D$878=G4,MAIN!F$3:F$878))
=MEDIAN(IF(MAIN!E$3:E$878=J4,MAIN!F$3:F$878))
I have done exactly as you have suggestedFirst 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))
Please download the file I have done as suggested but still there is no median being calculatedYou have still got the #VALUE! error in C767 & you have not confirmed any of the formula with Ctrl Shift Enter as Peter said.
May I request you to do the changes and post the file herePlease download the file I have done as suggested but still there is no median being calculated