Now I've tried a couple of methods but none yeiled desirable result so far.
I want to search "Jay Abrams" from sheet1, file A in colum F of sheet1,file B, now, there are more than 1 match in colum F sheet1,file B. I want the result at the last position, or in other words, data with the max row number.
I've tried lookup, but the resulf wasn't correct.
Now I'm using index, something like this:
index('[sheet1fileB.xls]Sheet1'!$A$2:$A$3000,LARGE(IF('[sheet1fileB.xls.xls]Sheet1'!$F$2:$F$3000=B3,ROW(1:3000)),1))
STILL, the result isn't correct. There was no grammar mistake, above command is written here for demostration purpose only, so I need you people to do me a farvor:
1, tell me if lookup func is the right path to go, and tell me how to compose the correct command line
2, if lookup won't work, please tell me if there is some LOGIC flaws reflected in my INDEX sentence posted above? For example, I want to realize the purpose A, but my line took me to B. And again, tell me how to compose/modify it.
Thanks a lot!
Bookmarks