LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
greg7468
 
Posts: n/a
Default


Hi,
you can use vlookup to help you do that.
Assuming that sheet 1 looks like this

col A
1234
5678

and sheet 2 looks like this

col A-------col B------col C
1234--------12------room
5678--------24------fridge

in B1 on sheet 1 put this as the formula

=VLOOKUP(A1,Sheet2!A1:C2,2)

this will look for the value in A1 on sheet 1
it will look for that value in the range given (A1:C2) on sheet 2 and
return the value in the second column. (e.g 12)


then in C1 put

=VLOOKUP(A1,Sheet2!A1:C2,3)

this will look for the value in A1 on sheet 1
it will look for that value in the range given (A1:C2) on sheet 2 and
return the value in the third column. (e.g room)

You can then copy this down for all the cell on sheet 1.

HTH

Greg.


--
greg7468
------------------------------------------------------------------------
greg7468's Profile: http://www.excelforum.com/member.php...fo&userid=9031
View this thread: http://www.excelforum.com/showthread...hreadid=378528

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
Pivot Table Problems Rachel Gonsior Excel Discussion (Misc queries) 3 March 21st 05 07:24 PM
table dow Excel Discussion (Misc queries) 0 January 12th 05 02:25 PM
table dow Excel Worksheet Functions 0 January 11th 05 05:17 PM
Pivot table : Excel cannot complete this task with available resou Julie Excel Worksheet Functions 0 November 5th 04 04:09 AM


All times are GMT +1. The time now is 03:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"