GuessMyPassword
New Member
- Joined
- Nov 10, 2016
- Messages
- 2
Hello all,
I'm fairly new to Excel as a whole but am looking to learn as many tricks and tips as possible so I thought I'd come to the appropriate place to start asking questions and learning! Thank you in advance for any responses and please let me know if I can provide any additional clarification.
I have a master data sheet that has 14 columns and 82 rows, with a number as a unique identifier for the data in column A. On a second tab (Sheet 2) I want to be able to type in one of the unique identifying numbers from Sheet 1, Column A, and auto-populate columns B through N in Sheet 2 with the corresponding information that is associated to the row of the unique identifying number in Sheet 1.
For instance: (Sheet 1)
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]Unique Identifier #
[/TD]
[TD]Cost
[/TD]
[TD]City
[/TD]
[TD]Priority? Y o N
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]$100
[/TD]
[TD]New York
[/TD]
[TD]Y
[/TD]
[TD]Ship today
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]$50
[/TD]
[TD]Chicago
[/TD]
[TD]Y
[/TD]
[TD]Ship by end of week
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]$21
[/TD]
[TD]Dallas
[/TD]
[TD]N
[/TD]
[TD]After weekend
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]$39
[/TD]
[TD]Los Angeles
[/TD]
[TD]Y
[/TD]
[TD]Ship on 11/14/2017
[/TD]
[/TR]
</tbody>[/TABLE]
Now on Sheet 2, I would input "4" in column A and the following columns would copy over the corresponding information from Sheet 1.
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD]Unique Identifier #
[/TD]
[TD]Cost
[/TD]
[TD]City
[/TD]
[TD]Priority? Y o N
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]$50
[/TD]
[TD]Chicago
[/TD]
[TD]Y
[/TD]
[TD]Ship by end of week
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there a formula that I can put in Column B --> on in Sheet 2 to call and copy that information once I type in a number in Column A on Sheet 2?
I'm fairly new to Excel as a whole but am looking to learn as many tricks and tips as possible so I thought I'd come to the appropriate place to start asking questions and learning! Thank you in advance for any responses and please let me know if I can provide any additional clarification.
I have a master data sheet that has 14 columns and 82 rows, with a number as a unique identifier for the data in column A. On a second tab (Sheet 2) I want to be able to type in one of the unique identifying numbers from Sheet 1, Column A, and auto-populate columns B through N in Sheet 2 with the corresponding information that is associated to the row of the unique identifying number in Sheet 1.
For instance: (Sheet 1)
[TABLE="class: grid, width: 200, align: left"]
<tbody>[TR]
[TD]Unique Identifier #
[/TD]
[TD]Cost
[/TD]
[TD]City
[/TD]
[TD]Priority? Y o N
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]$100
[/TD]
[TD]New York
[/TD]
[TD]Y
[/TD]
[TD]Ship today
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]$50
[/TD]
[TD]Chicago
[/TD]
[TD]Y
[/TD]
[TD]Ship by end of week
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]$21
[/TD]
[TD]Dallas
[/TD]
[TD]N
[/TD]
[TD]After weekend
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]$39
[/TD]
[TD]Los Angeles
[/TD]
[TD]Y
[/TD]
[TD]Ship on 11/14/2017
[/TD]
[/TR]
</tbody>[/TABLE]
Now on Sheet 2, I would input "4" in column A and the following columns would copy over the corresponding information from Sheet 1.
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD]Unique Identifier #
[/TD]
[TD]Cost
[/TD]
[TD]City
[/TD]
[TD]Priority? Y o N
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]$50
[/TD]
[TD]Chicago
[/TD]
[TD]Y
[/TD]
[TD]Ship by end of week
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there a formula that I can put in Column B --> on in Sheet 2 to call and copy that information once I type in a number in Column A on Sheet 2?