How can I match a partial data set with a full one in a spreadsheet?

Posted by askvictor on Stack Overflow See other posts from Stack Overflow or by askvictor
Published on 2010-05-05T05:00:03Z Indexed on 2010/05/05 5:28 UTC
Read the original article Hit count: 408

Filed under:
|

I have a spreadsheet (in Google Docs, but can be any spreadsheet) with a list of users (one per row), including a username (and other columns). Lets say there are 'n' rows.

I have another spreadsheet with less than 'n' rows. One column has a username, another column has some other piece of data (lets say car rego number). I want to move the car rego number to the corresponding user in the first spreadsheet.

How might I do this?

© Stack Overflow or respective owner

Related posts about spreadsheet

Related posts about merge