Can I ask you to describe it in slightly different fashion? As usual, I'm
having trouble visualizing the whole thing.
Perhaps like this:
I wish to copy information from sheet 1, columns x, y, z. to sheet 2,
columns q, r, s when value in column A on sheet 2 matches column B on sheet 1.
or
I wish to copy information from sheet 1, columns x, y, z. to sheet 2,
columns q, r, s when value in column A or B on sheet 2 matches column B on
sheet 1.
> I don't know if there is a way to do this but if anyone can tell me, it would
> save me days of work.
[quoted text clipped - 17 lines]
>
> anand
anand - 16 Jun 2007 07:28 GMT
OK, let's try this.
There is data in column A, C and D. I want a formula to place into a cell
in column B.
If the value in column A (call it "x") matches any value in Column C (eg.
range $c$2:$c$1300), then insert value from column D into cell in column B.
For example, we're putting the formula in B3. In A3 the value is 222. The
formula in B3 would look for any value of 222 in C2:C1300 and return the
value to the immediate right of the match. So if the match is found in C888
and the value in D888 is 911, then B3 should return 911. If there is no
value in that position, it should just return a blank.
There will be only one match maximum between values in Column A and C. some
values in D will be blank.
> Can I ask you to describe it in slightly different fashion? As usual, I'm
> having trouble visualizing the whole thing.
[quoted text clipped - 29 lines]
> >
> > anand
Hi
I think you need to use the Vlookup function
make sure the #'s in sheet2 is sorted asc
If you have trouble figuring out the Vlookup function let me know i will
show you how
thanks
> I don't know if there is a way to do this but if anyone can tell me, it would
> save me days of work.
[quoted text clipped - 17 lines]
>
> anand
JLatham - 16 Jun 2007 06:24 GMT
I agree, it sounds like a VLOOKUP() will work, I'm just a bit confused on
what to use for matching and what columns from where should be returned.
> Hi
>
[quoted text clipped - 26 lines]
> >
> > anand
CmK - 16 Jun 2007 06:36 GMT
I guess the two identifers # in both sheets
> I agree, it sounds like a VLOOKUP() will work, I'm just a bit confused on
> what to use for matching and what columns from where should be returned.
[quoted text clipped - 29 lines]
> > >
> > > anand