I have 3 sheets with 4 columns that is the same, but the data on 3 other column might or might not be the same. i need to combine all 3 sheets into 1 sheet. here is the data!
sheet 1 sheet 2
id# | name | month | amt id# | name | month | amt
123 | jay |200601 | 2 111 | will |200602 | 3
222 | bil |200601 | 3 123 | jay |200602 | 2
555 | hill |200601 | 4 222 | bil |200602 | 1
Combine sheet sheets 3
id# | name | month | amt id# | name | month | amt
123 | jay |200601 | 2 111 | will |200603 | 2
123 | jay |200602 | 2 123 | jay |200603 | 1
123 | jay |200603 | 1 555 | phil |200603 | 3
111 | will |200602 | 3
111 | will |200603 | 2
222 | bil |200601 | 3
222 | bil |200602 | 1
555 | hill |200601 | 4
555 | phil |200603 | 3
any suggestions?
sheet 1 sheet 2
id# | name | month | amt id# | name | month | amt
123 | jay |200601 | 2 111 | will |200602 | 3
222 | bil |200601 | 3 123 | jay |200602 | 2
555 | hill |200601 | 4 222 | bil |200602 | 1
Combine sheet sheets 3
id# | name | month | amt id# | name | month | amt
123 | jay |200601 | 2 111 | will |200603 | 2
123 | jay |200602 | 2 123 | jay |200603 | 1
123 | jay |200603 | 1 555 | phil |200603 | 3
111 | will |200602 | 3
111 | will |200603 | 2
222 | bil |200601 | 3
222 | bil |200602 | 1
555 | hill |200601 | 4
555 | phil |200603 | 3
any suggestions?