mahashakti
New Member
- Joined
- Jun 24, 2015
- Messages
- 3
The following is a well functioning averageifs formula. I need a formula that will look at the same criteria and return the median for the given ranges. Please help translate this. I've been googling and don't see this complicated of a question anywhere. (Thank you in advance!)
=IFERROR(AVERAGEIFS('Transaction Detail'!$L:$L,'Transaction Detail'!$A:$A,$A18,'Transaction Detail'!$J:$J,">"&N$17,'Transaction Detail'!$J:$J,"<"&N$18),"N/A")
=IFERROR(AVERAGEIFS('Transaction Detail'!$L:$L,'Transaction Detail'!$A:$A,$A18,'Transaction Detail'!$J:$J,">"&N$17,'Transaction Detail'!$J:$J,"<"&N$18),"N/A")