Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2005

Tip: Looking for answers? Try searching our database.

Have A Letter Reference A Name For An Intoduction

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
travelersway - 16 Feb 2005 09:23 GMT
I have a list of names (which will change) in column B "data work
sheet". I'd like to assign a letter from colmun A to represent the cell
that each name is entered (a=B1). I'd like to use that letter to
identify the name to be used in the introduction of a generic message
on "message work sheet". I'd like to place that letter in a location
like C5 and have it reference the name.
Please advise the best way to do that and how to approach it. Help
appreciated.

Example:  

"DATA WORK SHEET"

............... A..............B    

1................a..........MR SMITH

2.................b.........TOM SMITH

3.................c..........TOM L SMITH

Enter "a" into cell C5

"LETTER WORK SHEET"

Dear (data work sheet, C5) MR SMITH

Signature

travelersway

swatsp0p - 16 Feb 2005 14:18 GMT
Use the VLOOKUP function.  Name the range of your list of name
(including the column with the letter identifiers) as "NAMES" (o
whatever you like).  Then use this formula:

="Dear "&VLOOKUP('data work sheet'!C5,NAMES,2)

Note:  by 'naming' your list's range, as you adjust the size of th
list, you don't need to rewrite your formulas that refer to the range.
Just make sure the named range matches your list's range.  It also make
writing the formula easier, as you don't need to reference the shee
(assuming it is in the same workbook).

Tip:  you could also 'name' the cell C5 "CODE" (or whatever), then you
formula would look like:

="Dear "&VLOOKUP(CODE,NAMES,2)

HT

--
swatsp0
Chris Rogers - 16 Feb 2005 17:47 GMT
If your creating letters, you may get more functionality out of using
Word and doing a mail merge.  It gives you some added functionality.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.