Hello ,
Colum A contains the members nummers 639 in total
Colum B contains other information about each member
Situation is as follows:
A B(member since)
123456 1996
Colum K: contains only members numbers who have payed
Colum L: Contains how much they have payed.
For example:
K L
123456 20
Now I would like the following situation
A (member nr) B( Member since) C (Payed)
123456 1996 20
Colum K isn't used anymore.
Johan.
> Hi Johan
>
[quoted text clipped - 26 lines]
> > Greetings from the Netherlands,
> > Johan Heegsma
JulieD - 31 Jul 2004 14:09 GMT
Hi Johan
Then Frank's suggestion of the VLOOKUP is the way to go
In cell C2 type
=VLOOKUP(A2,$K$2:$L$1000,2,false)
This means lookup the value in A2 in column K and return the associated
value from L when there is an exact match.
This will only return the first value found for the member number (hopefully
you only have one value per member)
Additionally, you will have to change the cell reference for column L to be
your real last row number.
also when you have finished you will then, if i'm understanding you
correctly, need to change the answers in column C from being a formula to
being a value to do this, select column c - copy it, then choose edit /
paste special - values
Regards
julieD
> Hello ,
>
[quoted text clipped - 58 lines]
> > > Greetings from the Netherlands,
> > > Johan Heegsma