Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Translating initials in one cell to full text in another cell

How can I make a cell translate initials from another cell back into full
text? Example: if I type "AB" in one cell, how can I get another cell to
translate that into "Alberta". If you have the answer, I would really
appreciate the help. Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Translating initials in one cell to full text in another cell

Consider VLOOKUP()
--
Gary''s Student - gsnu200786


"DQT1" wrote:

How can I make a cell translate initials from another cell back into full
text? Example: if I type "AB" in one cell, how can I get another cell to
translate that into "Alberta". If you have the answer, I would really
appreciate the help. Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Translating initials in one cell to full text in another cell

Use VLOOKUP to return the full-text based upon the initials

Example, where the table is in Columns AA and AB, rows 1 through 3

AA AB
TX Texas
LA Louisiana
NM New Mexico

=VLOOKUP(A2,$AA$1:$AB$3,2,FALSE)

Copy the formula down the column to fiinsh populating the cells in column B


If the initials are entered into cell A2, the lookup function in B2 would
look like this.

--
Kevin Backmann


"DQT1" wrote:

How can I make a cell translate initials from another cell back into full
text? Example: if I type "AB" in one cell, how can I get another cell to
translate that into "Alberta". If you have the answer, I would really
appreciate the help. Thank you.

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
Create initials from Full name Charlotte Howard Excel Discussion (Misc queries) 3 March 21st 07 03:51 PM
how to have the full text of a cell shown Max Caminzuli Excel Discussion (Misc queries) 3 October 24th 06 07:46 PM
Can text be full-justified within a cell? Mainerbob Excel Discussion (Misc queries) 0 May 29th 06 06:55 PM
! removing initials and titles from name cell ! Rayiw Excel Discussion (Misc queries) 1 January 28th 05 08:47 PM
Text in cell not showing in full text in cell in exces Excel Discussion (Misc queries) 2 December 23rd 04 09:13 AM


All times are GMT +1. The time now is 12:34 PM.

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

About Us

"It's about Microsoft Excel"