Auto populating in another cell after a drop-down list

faithfarming

New Member
Joined
Jul 19, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi Knowledgeable people,

I have a slight issue. Im not proficient with excel but am learning a few things.

I have a drop-down list in B2 and would like to auto populate in C2 depending on the selection in the B2 drop-down list. HOWEVER, I want to do this without a table.
Is this possible?

Thank you kind people.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Book5
ABCDEF
1
2A1DDList
3A
4B
5C
Sheet1
Cell Formulas
RangeFormula
C2C2=IFS(B2="A",1,B2="B",2,B2="C",3,TRUE,0)
Cells with Data Validation
CellAllowCriteria
B2List=DDList
 
Upvote 0

Forum statistics

Threads
1,213,487
Messages
6,113,937
Members
448,534
Latest member
benefuexx

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