Forum Discussion
Comparing Data from Two Excels - Most Views One & Most Engagements
Let me know if you need a more in depth explanation!
- Paul_PPJul 08, 2021Copper Contributor
DKoontz Thanks for pointing me in the right direction.
As I'm a newbie with , if you could provide me with a more in-depth explanation, I'd be most grateful.
- DKoontzJul 09, 2021Iron Contributor
I'll use two lists side by side so it'll be easier to show, but this will work across sheets too. So I would combine your two data lists using a look up, starting with this (your two sheets):
xlookup in column C =+XLOOKUP(A33,E:E,F:F,"") this transfers engagements from sheet 2, no matter what the order, and matches to the correct person or email in your case.
Select your data on sheet one and custom Sort:
Then add two sort by levels, first by views largest to smallest, then engagements largest to smallest:
- Paul_PPJul 12, 2021Copper Contributor
I'm able to partially set up the LOOKUP, but I can get the formula to go through. I set up the sheet like this, but keep getting a "#NAME?"
Then I've tried multiple formulaS in C3 for the column C: "=Xlookup(A3,E3:E35,F3:F35)" ; =+LOOKUP(A3,E:E,F:F) . Nothing is working. Can you tell where I'm missing something?