PJohnson_Construction
New Member
- Joined
- Jul 31, 2017
- Messages
- 9
Hello,
I am perplexed with this code and read many threads and can't seam to get it right.
what I am trying accomplish is this:
take 3 columns of data (A,C,&D) from sheet2("job1"), then
match by exact text of columns C&D to columns C&D in sheet1("overview"). If there is a match, then paste corresponding value of column A from sheet2("job1") into column E of sheet1("overview") but on the row of the matching data.
the data set could reach upto 400 rows.
I also will have other sheets that I will want to run this macro on that will then paste matching values to columns F,G, etc. on sheet 1("overview"). The idea is to be able to extract the data, in this case... quantity of a given item... against a total quantity of that same item on sheet1. (I could figure this part of easily once it was working for one sheet)
Hopefully I explained it clear enough. Sorry I don't have code to post, it is so off at this point that it is just better to explain the overall goal.
Any help is greatly appreciated.
-PJ
I am perplexed with this code and read many threads and can't seam to get it right.
what I am trying accomplish is this:
take 3 columns of data (A,C,&D) from sheet2("job1"), then
match by exact text of columns C&D to columns C&D in sheet1("overview"). If there is a match, then paste corresponding value of column A from sheet2("job1") into column E of sheet1("overview") but on the row of the matching data.
the data set could reach upto 400 rows.
I also will have other sheets that I will want to run this macro on that will then paste matching values to columns F,G, etc. on sheet 1("overview"). The idea is to be able to extract the data, in this case... quantity of a given item... against a total quantity of that same item on sheet1. (I could figure this part of easily once it was working for one sheet)
Hopefully I explained it clear enough. Sorry I don't have code to post, it is so off at this point that it is just better to explain the overall goal.
Any help is greatly appreciated.
-PJ