Apr 03 2023 02:20 PM
Here's a formula I've used in Google Sheets but I want to traslate this formular into excel
=IFERROR(INDEX(IMPORTRANGE("URL", "Sheet Name!$H:$H"),MATCH($B1,IMPORTRANGE("URL", "Sheet Name!$A:$A"),0)),"")
Apr 03 2023 02:54 PM
Since I only speak Excel (to stay with your metaphor), where IMPORTRANGE is a foreign word, not known to me, you could help me (and perhaps others) by explaining what IMPORTRANGE does, in plain ol' English words.
While I await your response, I will say that a guess on my part would be that FILTER might accomplish what it looks like IMPORTRANGE is doing. I use it personally to bring into one Excel workbook selected data from another. Here's a YouTube video that Microsoft used to introduce the Dynamic Array functions a few years back. See if it resembles your IMPORTRANGE functionality.