Spell out an abbreviation?

Exc3ln00b

New Member
Joined
Apr 27, 2022
Messages
7
Office Version
  1. 2007
Platform
  1. Windows
Need to be able to automate an abbreviation into a full name

Ex: data in column reads” Rn”. Needs to spell out Registered Nurse in a separate column

If another abbreviation is “abc”..
Spell out “ anything but cats”

There would be about ten abbreviations I would need to program to automate written out
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
VLOOKUP should work. Somewhere else in your sheet, say M1:N10 type a 2 column table: first column with the abbreviations, 2nd column with what they expand to.
If "rn" is in A1 and you want "Registered Nurse" in B1, then formula in B1 is
=VLOOKUP(A1,$M$1:$N$10,2)
and copy that formula down wherever it needs to go
 
Upvote 0
please specify what error. Can you could post a copy of your range? see XL2BB addin
 
Upvote 0

Forum statistics

Threads
1,224,828
Messages
6,181,204
Members
453,022
Latest member
RobertV1609

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