PC Review


Reply
Thread Tools Rate Thread

Copy of value from one sheet to another with matching column values

 
 
AA Arens
Guest
Posts: n/a
 
      20th Dec 2011
I do have two sheets.

One sheet with a column of numbers X, and an empty column next to it.

Another sheet that also has a column with the same numbers Y, but not
as complete as the other sheet.
The next column has a value that belongs to the number in the previous
column.
How to copy that value in the empty column of the first sheet, with
matching values X and Y?

Thank you for your help.

Bart (Excel 2003)
 
Reply With Quote
 
 
 
 
AA Arens
Guest
Posts: n/a
 
      20th Dec 2011
On Dec 20, 11:20*am, AA Arens <bartvandon...@gmail.com> wrote:
> I do have two sheets.
>
> One sheet with a column of numbers X, and an empty column next to it.
>
> Another sheet that also has a column with the same numbers Y, but not
> as complete as the other sheet.
> The next column has a value that belongs to the number in the previous
> column.
> How to copy that value in the empty column of the first sheet, with
> matching values X and Y?
>
> Thank you for your help.
>
> Bart (Excel 2003)


Found it.

=VLOOKUP($F5,July!$A$4:$B$2000,2,FALSE) and to avoid empty cell error:
=IF(ISERROR(VLOOKUP($F5,July!$A$4:$B
$2000,2,FALSE)),"",VLOOKUP($F5,July!$A$4:$B$2000,2,FALSE))
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:01 PM.