I have a large data set (87,000+ lines). There are duplicates in the data, so VLOOKUP will not work, and I've been using INDEX/MATCH. I've been running into A LOT of issues.
I got the following formula to work - kinda.
=IFERROR(INDEX('[Historic Lead Data_2019 09 13.xlsx]Sheet1'!$G$2:$G$87205,SMALL(IF($J68481='[Historic Lead Data_2019 09 13.xlsx]Sheet1'!$F$2:$F$87205, ROW('[Historic Lead Data_2019 09 13.xlsx]Sheet1'!$G$2:$G$87205)-1," "),COLUMN()-11)),"PENDING")
When I tried to lock the data set (adding $'s) -it ruined the formula -broke it to a #VALUE error, when it was previously working.
Im so stuck. Anyone have any advice??
I got the following formula to work - kinda.
=IFERROR(INDEX('[Historic Lead Data_2019 09 13.xlsx]Sheet1'!$G$2:$G$87205,SMALL(IF($J68481='[Historic Lead Data_2019 09 13.xlsx]Sheet1'!$F$2:$F$87205, ROW('[Historic Lead Data_2019 09 13.xlsx]Sheet1'!$G$2:$G$87205)-1," "),COLUMN()-11)),"PENDING")
When I tried to lock the data set (adding $'s) -it ruined the formula -broke it to a #VALUE error, when it was previously working.
Im so stuck. Anyone have any advice??