Drop Down - Partial Result from Selection

miihj

New Member
Joined
Aug 17, 2022
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Similar to Drop Down thread: Drop Down (would simplify that one if this is possible)

Below is an example of what I'm looking at. Seeking a non macro solution to have drop down display as shown, but enters only the code portion, so if A: Apple was selected in C3 it would return A2=LEFT(A2,FIND(":",A2)-1). This would allow any "code" value before the colon and the description after.

View attachment 73840
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I'm having difficulty making sense of what you're asking, but based on what it looks like:-

Whatever is selected from the dropdown list is what will appear in the cell. It is not possible to show anything different in that cell without using vba as was done in the other thread.
 
Upvote 0
Not sure why the image didn't stick, but here it is:
1663149849003.png
 
Upvote 0
I'm having difficulty making sense of what you're asking, but based on what it looks like:-

Whatever is selected from the dropdown list is what will appear in the cell. It is not possible to show anything different in that cell without using vba as was done in the other thread.
This is what I was afraid of. I'm not familiar w/ VBA and tried to emulate the other thread w/ out luck.
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
Members
449,095
Latest member
m_smith_solihull

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