Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Possible formulas

What I want it to do is

I have a drop down list in cell D3 that will display a name such as smith

I want cell E3 to display a number such as 200

is this possible in excel
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 846
Default Possible formulas

Without more detail - look up data validation - this will solve your answer.

if you don't know where this is on the menu bar you should see

File .. edit.. .. .. . Data.

Select the data drop down and then the validation..

The next question may be do you want to key in the list

You might want to google Excel Data Validation to get other examples....

--
Wag more, bark less


"MissFitToys" wrote:

What I want it to do is

I have a drop down list in cell D3 that will display a name such as smith

I want cell E3 to display a number such as 200

is this possible in excel

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Possible formulas

How many different selections will there be from the drop down? If there's
only a "few" (3, 4 or 5) you could do something like this:

=IF(D3="Smith",200,IF(D3="Jones",125,IF(D3="Adams" ,750,"")))

If you have many selections then you should build a lookup table:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"MissFitToys" wrote in message
...
What I want it to do is

I have a drop down list in cell D3 that will display a name such as smith

I want cell E3 to display a number such as 200

is this possible in excel



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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 01:06 PM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


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