Combo box to only display first letter of selection

spectraflame

Well-known Member
Joined
Dec 18, 2002
Messages
830
Office Version
  1. 365
Platform
  1. Windows
I would like to be able to create a combo box that displays only the first character of the text in the field from a specific table.

Currently my combo box is looking at a specific column in a table and showing me the full text. I have tried the LEFT("Classification",1) but I cannot seem to get that to work.

Is there a better way?

Thanks,
Matthew
 
Sorry maybe I'm being thick.

But the only purpose of this combobox is to abbreviate the classification.

It does nothing else. It isn't used anywhere else on the form to look something up.
 
Upvote 0

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Sorry,

The value selected in the combo box will be store in the main data table. Eventually I will be using this value to hopfully determine labor and inventory charge numbers.

Since we only have two classification codes, (C) Capital and (M) Maintenance; I think that I may just add another field to the table for the abbreviation. I will still us a query for my combo box to reference just in case I need to add or remove a value.

Thanks again,
Matthew
 
Upvote 0

Forum statistics

Threads
1,221,893
Messages
6,162,662
Members
451,781
Latest member
DylantheD

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