Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default HOW DO I USE CUSTOM TEXT

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 364
Default HOW DO I USE CUSTOM TEXT

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.
"ConfusedStar" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default HOW DO I USE CUSTOM TEXT

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

"ConfusedStar" wrote:

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?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default HOW DO I USE CUSTOM TEXT

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??

"Sheeloo" wrote:

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.
"ConfusedStar" wrote:

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?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 364
Default HOW DO I USE CUSTOM TEXT

You can enter the details in TOOLS-Auto Correct

"ConfusedStar" wrote:

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??

"Sheeloo" wrote:

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.
"ConfusedStar" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding custom list and text boxes to the custom tool bar from Excel C API Mousam Excel Discussion (Misc queries) 0 August 7th 07 09:19 AM
Compare text in cell to custom text format?? Tommy[_4_] Excel Discussion (Misc queries) 1 July 20th 07 02:45 PM
Use custom format to add text to a text entry. Pierre Excel Worksheet Functions 4 October 30th 06 04:42 PM
custom text formats tikchye_oldLearner57 Excel Discussion (Misc queries) 2 August 1st 06 04:54 PM
Can you link a custom property to an Excel custom header text? LouErc Setting up and Configuration of Excel 0 November 8th 05 04:58 PM


All times are GMT +1. The time now is 01:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"