Formula to autopopulate state ID.

Sithtechnology

New Member
Joined
Mar 12, 2018
Messages
3
I have an Excel worksheet I use to log crew members in and out. I have a field where I type site ID and the other field I type market code.

So I for Example Site ID IL12345, Market would be IL, how would I get it to auto populate based off the first two letters? I have 16 different markets.

Any help is greatly appreciated.
 
Sithtechnology, Good morning.

Suppose:

A1 --> Site ID --> IL12345

Try to use:

B1 --> market code --> FORMULA
Code:
[B]=LEFT(A1, 2)[/B]

Is that what you want?

I hope it helps.
 
Upvote 0

Forum statistics

Threads
1,226,797
Messages
6,193,055
Members
453,772
Latest member
aastupin

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