HOW DO I USE CUSTOM TEXT

C

ConfusedStar

I am creating a spreadsheet for my companys NFL picks every week. Every
person picks differently and its a master speadsheet.
Instead of retyping out every single team name I thought there was an easier
way to get the names by having abbreviattions for them and then EXCEL putting
the actual names there.
For example:
A1 is the persons name
A2-A17 are the teams but instead of typing out "BUFFALO BILLS" I want to
type "BB" and excel automatically insert the full name.

Is there a way to do this?
 
S

Sheeloo

1. You can use VLOOKUP
2. You can also have a dropdwon on abbreviations which will pull the full name

All this will happen in the next cell where abbreviation is picked.

Assuming you have your abbreviations in Col E and full names in Col F

Put this in B1 if abbreviation is entered in A1
=VLOOKUP(A1,E:F,2,False)
You can have a default text like 'Enter abbreviated name here' and have one
entry for it in E & F to avoid #NA errors.
 
D

Duke Carey

Perhaps you are thinking of Autocorrect?

Tools->Autocorrect options

Enter the text you want to type, and the way you want Excel to replace it
 
C

ConfusedStar

I am not fully understanding what you wrote.
I tried it and it is coming up with an error.
I want to be able to type in BB and Buffalo Bills pop right up.
Is there another way to customize words so it is easier than setting up a
function??
 
S

Sheeloo

You can enter the details in TOOLS->Auto Correct

ConfusedStar said:
I am not fully understanding what you wrote.
I tried it and it is coming up with an error.
I want to be able to type in BB and Buffalo Bills pop right up.
Is there another way to customize words so it is easier than setting up a
function??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top