D
Daniel
Thanks so much to all of you who take time to help us out! You have
no idea how much we appreciate it!
I have two different sets of data. One is a complete listing of all
items I ever put in. The other is a recent invetory with dates of
items that have sold recently.
Data Set one Data Set Two
Item # Quanity Item # Date
1 43 4 11/20/03
3 56 8 12/01/02
4 34 9 10/02/02
6 56
8 57
9 555
14 333
I would like to be able to search data set 1 and when there is a match
with an item # in data set 2 for the date from data set 2 to be
deposited in a new column with the appropriate item #, so I can have
one list with all the data to work with.
Result
Item # Quanity Date
1 43
3 56
4 34 11/20/03
6 56
8 57 12/01/02
9 555 10/02/02
14 333
Thanks again for any and all help!!!!!!!!!!!!
no idea how much we appreciate it!
I have two different sets of data. One is a complete listing of all
items I ever put in. The other is a recent invetory with dates of
items that have sold recently.
Data Set one Data Set Two
Item # Quanity Item # Date
1 43 4 11/20/03
3 56 8 12/01/02
4 34 9 10/02/02
6 56
8 57
9 555
14 333
I would like to be able to search data set 1 and when there is a match
with an item # in data set 2 for the date from data set 2 to be
deposited in a new column with the appropriate item #, so I can have
one list with all the data to work with.
Result
Item # Quanity Date
1 43
3 56
4 34 11/20/03
6 56
8 57 12/01/02
9 555 10/02/02
14 333
Thanks again for any and all help!!!!!!!!!!!!