Need info from 1 sheet auto populated in another

Dandelion111

New Member
Joined
Jan 21, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm setting up a small business and trying to create an excel doc to auto populate data after a sale is entered. I have on my first sheet a total list of products I will be selling( all with product codes, description and cost price) (pic 1). On the second sheet, i'm trying to set up a table to record sales. I want to set it up so when you select an item code in the first cell from a drop down box, the product information will populate in the next 3 cells (name, description, cost price). i can't work out how to do this in one hit...

can someone please help me =)

*also, i'm still learning my around excel so apologies if this is an easy one
 

Attachments

  • pic 1.JPG
    pic 1.JPG
    67.7 KB · Views: 13
  • pic 2.JPG
    pic 2.JPG
    47.8 KB · Views: 14

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi

A VLOOKUP/XLOOKUP Formula will be good for this

For Example,
For the Description
On Sheet 2, =VLOOKUP(INventory ID,Table on Sheet1,2,0). For the rest of the columns, just change the 2 to the relevant column number on Sheet1)
 
Upvote 0
Solution

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top