displaying certain information from a list

Tyre

Board Regular
Joined
Feb 17, 2002
Messages
79
how do I create a form that when I enter a clients name from a column on a spreadsheet, will fill in the rest of the information about that client in adjoining fields?
can this be done in excel, or will it have to be done in Word?
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
think it can be achieved with 1 basic DGET formula.

Note: ( for this example I'm assumming your data is in sheet1 have the following headings : Name,Comment1,Comment2 )


1- Create a Viewing Sheet to view summary data. In this example will we consider Sheet6 as the viewing sheet.

2- in Sheet6!A1 place subject heading like "Name", sheet6!B1 = Comment1, sheet6!C1=Comment2

3 - In Sheet6!B2 place formula =DGET(Sheet1!A:C,"Comment1",$A$1:$A$2)

4 - in Sheet6!C2 place formula =DGET(Sheet1!A:C,"Comment2",$A$1:$A$2)


Note: The A:C value in step 3 and 4 will need to be modified if you have more columns of source data ie. if you data is in rows A to D the change A:C acordingly.
This message was edited by Nimrod on 2002-05-08 10:18
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,716
Members
448,985
Latest member
chocbudda

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