Forum Discussion

r2-Molin's avatar
r2-Molin
Copper Contributor
Jun 29, 2023
Solved

Filtering based on two criteria and getting rid of #N/A values

First: I am desperately trying to sort through a database based on two columns/criteria (Tx and FLASK #) in order to return a list of all the associated values (RFU) that match those criteria. I've tried to apply the XLOOKUP function while using the "&" to reference both criteria/columns but to no avail.

 

Second: It would be really nice if I could also somehow remove any #N/A values from this list such that the output only includes a list of values that met both criteria

 

I've attached my measly attempt... Any help/guidance/ideas would be so so appreciated. Thanks in advance!

4 Replies

    • r2-Molin's avatar
      r2-Molin
      Copper Contributor
      Ah I see, then is there some way then I could also extract the "Tx" values associated with each of the "RFU" values as well?
      • Detlef_Lewin's avatar
        Detlef_Lewin
        Silver Contributor

        r2-Molin 

        =FILTER(CHOOSECOLS(Tabelle1,1,9),Tabelle1[FLASK '#]=Tabelle2[FLASK '#])

         

Resources