Forum Discussion

LarissaM711's avatar
LarissaM711
Copper Contributor
Nov 15, 2022
Solved

Need help for a reference Rule over a spreadsheet

Hello, I have a spreadsheet with date, campaign name and additional data from a source that are automatically pulled. Now I want to combine these numbers with data from a other source from the ot...
  • OliverScheurich's avatar
    Nov 15, 2022

    LarissaM711 

    =IFERROR(INDEX('Sheet 2'!$C$2:$C$16431,MATCH(1,(B2='Sheet 2'!$B$2:$B$16431)*(A2='Sheet 2'!$A$2:$A$16431),0)),"")

    You can try this formula. Enter the formula with ctrl+shift+enter if you don't work with Office365 or Excel 2021. IFERROR returns an empty cell instead of an error message if there isn't a match.