I have read and tried about match() and vlookup()..
but none have seems to work..o at least correctly.. (close though)
this is the line/formula that works for me the best so far;
=IF(ISNA(VLOOKUP(A2,K:K,20,FALSE)),T2,"NO")
which I 'think' is working.. except that the T2 part is hardcoded.. and increments each cell I applied this formula too.. it needs to be the T* (* = dynamic, and be the same row as the match was found in 'k'.. if that makes sense?)
overview of what Im trying to do incase ther is a better way r it helps describe my goal.
I have a column "A".
with say 200 cells in it..
column b is where I am putting this formula in (b2 currently)
column c, d, e, are blank.. (going to be populated with data eventually after I get this formula to work)
for each CELL/VALUE in column A
I want to compare/search/match/vlookup (whatever works best) against ALL the values in column "K" (which might be 2-3000+ rows long)
If a match -is- found in column "K" matching the value in A2.....I want to grab the values from various other columns.. (H, J, T, S..etc)
and populate the cell that has the formula in it...
then of course I want to do this for A3, A4, A5..etc.. (I would just drag the formula down the column)
how can I get T2 to be DYNAMIC and not just increase to T3, T4, T5..etc.. but always be T + (whatever rows the matching cell in K was found at)
?
thanks!
Bookmarks