Forum Discussion

AmyYang's avatar
AmyYang
Brass Contributor
Mar 19, 2022
Solved

How to use Xlookup with median and IF functions together?

Hello Excel Community,   I am wondering if someone could advise on how to use Xlookup with Median + IF function together?    I tried this formula: =XLOOKUP(A7,Table7[Country],MEDIAN(IF(Table7[Sou...
  • Riny_van_Eekelen's avatar
    Mar 19, 2022

    AmyYang I didn't bother to look at any of the previous questions and answers, but this one seems to do what you asked for.

    In B7:

     

    =MEDIAN(FILTER(Table1[RR],(Table1[Source]="Citeline")*(Table1[Country]=[@Country])))

     

     And a similar one in C7. just change "Citeline" to "Q2Labs".

     

    Edit: Note that the Table you refer to as "Table2" is actually called "Table1". And the formula you have problems with refers to a Table7 that doesn't exist. Not in this sheet in any case.

Resources