Info from one sheet to another

DaveAR

New Member
Joined
Aug 20, 2007
Messages
2
Hello,

as member of an automobile club, i was wondering if you could help me.

I have a simple database in excel on one sheet and the inscription form on another.
Can I get all the participants info just by typing the membernumber in the inscriptionsheet?
And then I would like to be able to click on the right car of the participant (they usually have more than one;) ) so we can see wich car he actually used during the event.


thanks a lot.

Dave
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Have a look at the help for VLOOKUP - that should do what you want. Post back if you need more help.
 
Upvote 0
What is an inscription form / sheet ?

In principle, you can pull all this information across from one sheet to another.

For example, let's say your database contains member numbers in Col A, and member name in Col B, all on sheet 1.

Then your "inscription form" is on sheet 2.
Plug your member number into cell A1 on sheet 2.
To bring across the member name, input this formula -
Code:
=vlookup(A1,'Sheet 2'!A1:B1000,2,false)
and edit as required.
 
Upvote 0
Thanks,

it's clear that english is not my native tongue :)

The form is used to register people who want to take part in a rally we organise.
We have their membernr, name, street, city, PC, and car 1, car 2, car3, ... /owner in one sheet, and we would like to type their membernr in another sheet, so that we get their info automat(icly?) and we are able to click (and register) the right car.
 
Upvote 0

Forum statistics

Threads
1,214,627
Messages
6,120,610
Members
448,973
Latest member
ChristineC

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