Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default pick from list and automatically enter corresponding cell

I'm trying to create a simple product order form. I have my product
selections and their corresponding pricing in 2 adjacent columns in the
second sheet of my workbook. I have a dropdown menu for selecting the
product choice, and I want the corresponding price in the cell adjacent to
that product to automatically populate on the order form. I've tried LOOKUP,
VLOOKUP, and MATCH formulae functions w/o success. It can't be that
complicated, can it?!

Your help and suggestions are much appreciated in advance.

B
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default pick from list and automatically enter corresponding cell

What do you use for the order form? Worksheet, TextBox, Something else?
Should be able to Set c = Cells.Find( "DropDown".Value), then use
OrderFormCell = c.Offset(0, 1).Value

Of course, the code would have to be a little more structured, but that's
the gist of it.
"Bremser" wrote:

I'm trying to create a simple product order form. I have my product
selections and their corresponding pricing in 2 adjacent columns in the
second sheet of my workbook. I have a dropdown menu for selecting the
product choice, and I want the corresponding price in the cell adjacent to
that product to automatically populate on the order form. I've tried LOOKUP,
VLOOKUP, and MATCH formulae functions w/o success. It can't be that
complicated, can it?!

Your help and suggestions are much appreciated in advance.

B

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
Help required with VBA program to automatically enter data from a validation list. Syd Excel Programming 4 January 15th 07 07:22 AM
pick from 'drop down list' OR enter text in cell David Excel Worksheet Functions 2 December 13th 06 10:05 AM
Automatically executing a macro when A pick list item is selected Ken K Excel Programming 1 October 30th 06 11:52 PM
how do i get a drop down pick list in a cell bpeltzer Excel Worksheet Functions 0 March 2nd 06 03:26 PM
Making pick list conditional on selection from previous pick list Stewart Excel Discussion (Misc queries) 1 June 27th 05 11:30 AM


All times are GMT +1. The time now is 08:05 AM.

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"