Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Dropw down user form in Excel

Maybe you can use Data|Validation as the dropdown.

Say the cell that will contain the part number is in A2
Then in B2, you could use:
=if(a2="","",vlookup(a2,sheet2!a:c,2,false)
in C2:
=if(a2="","",vlookup(a2,sheet2!a:c,3,false)

See Debra Dalgleish's site for some nice notes:
http://contextures.com/xlDataVal01.html
and
http://contextures.com/xlFunctions02.html

K E Senthilkumar wrote:

Hi,

I have a list of 700 items on sheet2. The order of the column is like
partno,description, priceper unit.

In sheet1, i want a drop down list showing the items from sheet2. When i
choose the item, i want all the 3 columns to appear on my sheet1. So far i
used user forms to create a drop down list(shows 3 columns), can choose, but
i get only 1 column value in the cell. I want all the 3 cells to appear on
sheet1. How can i achieve this.

thanks for the replies.

Senthilkumar


--

Dave Peterson
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel User Form MG Excel Worksheet Functions 0 February 25th 09 12:58 AM
Dynamic user form - VBA and Excel gui Excel Programming 0 January 2nd 07 02:40 PM
How to: User Form to assign a user defined range to a macro variab TrevTrav Excel Programming 1 March 22nd 05 07:57 PM
hyperlinks in a dropw down list Wazooli Excel Discussion (Misc queries) 1 January 29th 05 12:35 AM


All times are GMT +1. The time now is 09:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"