Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default type MI in cell, have Michigan show in adjacent cell

How do I type MI in a cell and have Michigan appear in an adjacent cell?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default type MI in cell, have Michigan show in adjacent cell

shark, one way, =IF(A1="MI","Michigan","")

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"shark" wrote in message
...
How do I type MI in a cell and have Michigan appear in an adjacent cell?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,173
Default type MI in cell, have Michigan show in adjacent cell

Shark

You could put it (or I suspect you want more than one state, so all) in your
autocorrect list. Could be a pain with OR for example though

Alternatively, if it IS all states, you could make a table on another sheet
(hidden if you like) and reference it with a VLOOKUP formula (States in
A1:A52 on sheet2 MN, Michigan, etc)

=IF(A1="","",VLOOKUP(A1,Sheet2!$A$1:$B$52,2,FALSE)

Then typing any state in A1 will return the state name from the table

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England

HIS
www.nickhodge.co.uk

"shark" wrote in message
...
How do I type MI in a cell and have Michigan appear in an adjacent cell?



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
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Instead of a negative number, I'd like to show zero... Dr. Darrell Excel Worksheet Functions 6 December 7th 05 08:21 PM
Want #VALUE! to show as blank cell JoeyW Excel Worksheet Functions 2 November 4th 05 09:24 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
cell reference show cell name (ie. D45) and not cell value ria Excel Worksheet Functions 4 November 6th 04 04:38 AM


All times are GMT +1. The time now is 07:08 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"