This, I thought would be easy... I'm still very much a novice but I've been learning and I can do it with array formulas so I thought, VBA shouldn't be a problem... one whole Saturday later.
I have a very large and growing range of data, Sheet("Tally"), the source
And another Sheet("DataExtract"), the target
All I would like to do is search "Tally" column "C" for the value specified in "DataExtract" "B2" and "Tally" Column "G" for the value specified in "DataExtract" "B1"
Then if both are a match, return the adjacent value in column "A" for all the matches, as a list in "DataExtract" starting at "A6"
Please any help, or even a pointer in the right direction would great. I've been playing with loops but just can't get anything that remotely even thinks about working.
I have a very large and growing range of data, Sheet("Tally"), the source
And another Sheet("DataExtract"), the target
All I would like to do is search "Tally" column "C" for the value specified in "DataExtract" "B2" and "Tally" Column "G" for the value specified in "DataExtract" "B1"
Then if both are a match, return the adjacent value in column "A" for all the matches, as a list in "DataExtract" starting at "A6"
Please any help, or even a pointer in the right direction would great. I've been playing with loops but just can't get anything that remotely even thinks about working.
Last edited: