#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How can I ?

I have a database thats like this:

units product ID Sellers product id Description
1 ht1 ab2 book


Now I want to have an input section like this


Enter product ID_______

Now when I input a product ID like ht1, I want the sells product ID to
show up (ab2) instead on another sheet

Like this:

PO#______

Seller product ID__________

Description_________

Where ab2 will show up in seller product ID.
I would also like the decription to show up also as book

This is all in one wookbook on three different sheets

Please help


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How can I ?

I am not sure I understand you?

See the Excel help For the VLookup function
You can find a ID in your data sheet and display the values of that row in a other sheet

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"hb2474" wrote in message ...
I have a database thats like this:

units product ID Sellers product id Description
1 ht1 ab2 book


Now I want to have an input section like this


Enter product ID_______

Now when I input a product ID like ht1, I want the sells product ID to
show up (ab2) instead on another sheet

Like this:

PO#______

Seller product ID__________

Description_________

Where ab2 will show up in seller product ID.
I would also like the decription to show up also as book

This is all in one wookbook on three different sheets

Please help


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default How can I ?

hb2474,

You need another sheet for a lookup table with all your product IDs etc.

ID Sellers ID Desc.
ht1 ab2 book
ht2 cd5 pen
.....

When your user enters the product ID, the program can then search your
lookup table for that ID and put the rest of the data in place. Take into
account miskeying of the ID number so that, if your lookup finds nothing,
you give the user the opportunity to re-enter the ID or to enter the data
manually. (This can be added to the lookup table for future reference).


HTH
Henry

"hb2474" wrote in message
...
I have a database thats like this:

units product ID Sellers product id Description
1 ht1 ab2 book


Now I want to have an input section like this


Enter product ID_______

Now when I input a product ID like ht1, I want the sells product ID to
show up (ab2) instead on another sheet

Like this:

PO#______

Seller product ID__________

Description_________

Where ab2 will show up in seller product ID.
I would also like the decription to show up also as book

This is all in one wookbook on three different sheets

Please help


---
Message posted from http://www.ExcelForum.com/



Reply
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



All times are GMT +1. The time now is 10:15 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"