Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
gem
 
Posts: n/a
Default select from combobox and show a price in textbox

i want to allow the user to select something from a combo box then once
selected i want the price to be displayed in either a text box or a list box!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
paul
 
Posts: n/a
Default select from combobox and show a price in textbox

i would use a forms toolabr combo box.Click on tha combo box on the forms
toolbar and click on the sheet where you want the box.You can then right
click on it and drag the borders to adjust its size or position.Right click
on the box again and select fornmat control.You will see the following
choices

Combo box properties

Input range Reference to the range containing the values to display in
the drop-down list.

Cell link Returns the number of the item that's selected in the combo box
(the first item in the list is 1). You can use this number in a formula or
macro to return the actual item from the input range.

For example, if a combo box is linked to cell C1 and the input range for the
list is D10:D15, the following formula returns the value from range D10:D15
based on the selection in the list:

=INDEX(D10:D15,C1)
you can now use this result and a vlookup formula to select your price

paul

remove nospam for email addy!



"gem" wrote:

i want to allow the user to select something from a combo box then once
selected i want the price to be displayed in either a text box or a list box!

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
Selecting any cell in a column I want my ComboBox to show. How? ABP MLundqvist Excel Discussion (Misc queries) 4 March 1st 06 01:15 PM
Show Filename Only in ComboBox Pulldown D.Parker Excel Discussion (Misc queries) 16 June 29th 05 02:46 PM
Select Text Files from Combobox D.Parker Excel Discussion (Misc queries) 4 June 28th 05 03:46 PM


All times are GMT +1. The time now is 09:26 AM.

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"