A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Possible formulas



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2008, 01:49 AM posted to microsoft.public.excel.newusers
MissFitToys
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  
Old May 25th, 2008, 03:31 AM posted to microsoft.public.excel.newusers
Brad
external usenet poster
 
Posts: 943
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  
Old May 25th, 2008, 04:02 AM posted to microsoft.public.excel.newusers
T. Valko
external usenet poster
 
Posts: 15,759
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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:57 PM.


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