Forum Discussion

marcinjudzinski's avatar
marcinjudzinski
Copper Contributor
Feb 17, 2022
Solved

Help finding a formula in Excel

I'm looking for a formula that allows me to find a result if column C "Num. Aziendale" and column F "Data" of the first screenshot     correspond to column M "Vehicle number" and column H (D...
  • HansVogelaar's avatar
    HansVogelaar
    Feb 18, 2022

    marcinjudzinski 

    In English:

    =IFERROR(INDEX(Foglio2!$A$2:$A$34890, MATCH(1, (Foglio2!$L$2:$L$34890=C2)*(Foglio2!$F$2:$F$34890=F2), 0)), "")

    In Italian:

    =SE.ERRORE(INDICE(Foglio2!$A$2:$A$34890; CONFRONTA(1; (Foglio2!$L$2:$L$34890=C2)*(Foglio2!$F$2:$F$34890=F2); 0)); "")

    If you don't have Microsoft 365 or Office 2021, confirm the formula with Ctrl+Shift+Enter.

Resources