![]() |
|
#4
|
||||
|
||||
|
It depends what you're trying to do.
It looks as though you're comparing 2 columns in each table to find matches: A formula at cell G2 (copied down) does this and that may be all you need. Code:
=XLOOKUP($B2 & "¬" & $E2,All!$B$2:$B$2835 & "¬" & All!$E$2:$E$2835,All!$A$2:$E$2835,"Not found") So are you looking to return only complete matches, or maybe on more than 2 columns? Edit: I've just noticed you're using Office 2016 so some of the functions I've used may not work, although the results of those formulae should still show. Tell me if the G2 formula fails and I'll re-write. |
| Tags |
| excel formula |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Formula Copy Row 2 Row But Next Column In Formula From Another Tab | TimG | Excel | 3 | 04-16-2018 09:20 PM |
| Help with Formula | Ragincajun22 | Excel | 1 | 08-24-2017 08:44 AM |
| Help with an IF Formula | Cbate | Excel | 1 | 08-17-2017 07:29 AM |
Possible to use an existing vlookup formula to also insert correct info and trigger a SUM formula
|
innkeeper9 | Excel | 2 | 09-13-2016 08:59 PM |
| Need help with dragging a formula and changing a reference column as I drag the formula. | LupeB | Excel | 1 | 10-22-2015 03:02 PM |