Excel Formula

mollyis1

New Member
Joined
Jun 27, 2012
Messages
2
I have a spreadsheet where a column contains identical cells with a drop down of choices. When a choice is made, I would like a cell in another column to default with particular data. Example: D11-D43 all have a drop down menu with identical choices. When a selection is made in D11 (FCT) I would like for B11 to default particular data (CSERV02000). If D11 = FSP I want B11 to = CSERV04000, etc. Is this possible?
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Do you have a lookup table with all the values and the corresponding matches? If yes, use the VLOOKUP formula.
 
Upvote 0
Code:
[INDENT]Do you have a lookup table with all the values and the corresponding matches? If yes, use the VLOOKUP formula. [/INDENT]

If no, make such a table.
 
Upvote 0
I have a spreadsheet where a column contains identical cells with a drop down of choices. When a choice is made, I would like a cell in another column to default with particular data. Example: D11-D43 all have a drop down menu with identical choices. When a selection is made in D11 (FCT) I would like for B11 to default particular data (CSERV02000). If D11 = FSP I want B11 to = CSERV04000, etc. Is this possible?
See this...

http://contextures.com/xlFunctions02.html
 
Upvote 0
I appreciate the replies. I'll take a look to see if I can make this work. I may be back if I have more questions. Thanks! :)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top