Hello All,
I think this is the way to go with getting my values to return
In cells L2:L8 I have this:
BASE BBB XBB BXB BBX XXB XBX BXX XXX
000 000 500 050 005 550 505 055 555
001 001 501 051 006 551 506 056 556
002 002 502 052 007 552 507 057 557
003 003 503 053 008 553 508 058 558
004 004 504 054 009 554 509 059 559
010 010 510 060 015 560 515 065 565
The list is 128 rows long and the same size so I shortened for posting here.
In Cell K2 I want to use something like:
I think this is the way to go with getting my values to return
In cells L2:L8 I have this:
BASE BBB XBB BXB BBX XXB XBX BXX XXX
000 000 500 050 005 550 505 055 555
001 001 501 051 006 551 506 056 556
002 002 502 052 007 552 507 057 557
003 003 503 053 008 553 508 058 558
004 004 504 054 009 554 509 059 559
010 010 510 060 015 560 515 065 565
The list is 128 rows long and the same size so I shortened for posting here.
In Cell K2 I want to use something like:
Code:
=VLOOKUP(find 010), CHOOSE (L3:L8) and return the value to cell U2 and copy all but the BASE number since it is repeated in cell L3 in other words copy L2:L8 values that may be found to destinatin cell U2:U7.
Also is there a way to do this with only one value at a time or possibly through a macro several number values?
I hope I have given a better clarification. If you need me to clarify some more please let me know.
Thanks for any and all help in advance!!
Kurt