Comvert group of numbers to text in differnent cell

rogerssmatt

New Member
Joined
Dec 19, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Okay I am a noob so hopefully I can explain this okay.

I'm looking at taking a set of numbers and converting it into text in another cell.

So if I have 1,500 stores and type the store number ex 0123,0155,0475 in one cell lets say A1 it will show what division that store number is located in B1 Ex West, east, north, south etc

the store numbers will not be a range but random like listed above. Is this possible?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
User will enter store number in A1 and then B1 will show where is located.
Suppose the store list is in A2:B100 (Column "A" store number, column "B" store location):
Excel Formula:
=VLOOKUP($A$1,$A$2:$B$100,2,0)
 
Upvote 0

Forum statistics

Threads
1,213,533
Messages
6,114,179
Members
448,554
Latest member
Gleisner2

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