LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Drop down list to enter information in the workbook

You could set up a table on another sheet (hidden???) and then use the first
column of that table as the source for the dropdown (are you using
data|validation for that dropdown?)...

Then you could use formulas to return the other values.

If the cell with the data|validation is A1:

=if(a1="","",vlookup(a1,sheet2!a:e,2,false))
to retrieve the value in column B (for the matching value in the table).

Debra Dalgleish has notes:
http://www.contextures.com/xlFunctions02.html

Mark in Long Island wrote:

I am trying to develop an estimating spreadsheet for my company. I would
like to create drop down lists that have multiple cells of information tied
to them.

For example if the user selects 20 cubic yard dumpster from the drop down
list, the cost of the dumpster, a description of it, and labor are all
automatically put into the estimate. I have found ways to tie one cell to a
drop down list, but I am having trouble tying an entire row of both text and
numbers. Thank you very much for the help.


--

Dave Peterson
 
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
pick from 'drop down list' OR enter text in cell David Excel Worksheet Functions 2 December 13th 06 10:05 AM
add data t drop down list use a different worksheet same workbook Debra Dalgleish Excel Worksheet Functions 0 November 30th 06 07:18 PM
create drop down list from different workbook Brett Excel Discussion (Misc queries) 2 August 18th 06 12:04 AM
drop list from a different workbook, myquest Excel Discussion (Misc queries) 4 May 14th 06 12:14 PM
How to feed dynamic information to a drop down List (Validation Feature)? kscramm Excel Worksheet Functions 1 March 28th 06 12:14 PM


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