Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Return a Title based on a name

I have a proposal sheet used by multiple users, and I would like the cell I
have dedicated to the title of the individual proposing the work to be filled
out automatically once they have placed there name in the cell dedicated for
a signature. Any and all help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 123
Default Return a Title based on a name

Are you suggesting that if someone types a name into one cell, you
would like their title to appear in another cell?

You could do this with a lookup (eg VLOOKUP). You might also want to
consider using a drop-down and allowing them to select their name to
avoid typos that could mess up the result of the lookup.

On Dec 30, 6:06*pm, AccAdmin
wrote:
I have a proposal sheet used by multiple users, and I would like the cell I
have dedicated to the title of the individual proposing the work to be filled
out automatically once they have placed there name in the cell dedicated for
a signature. Any and all help would be greatly appreciated.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Return a Title based on a name

I considered using a drop down but changed my mind, I am trying for a more
automated worksheet. As well the user may inadvertently select the incorrect
title.



"Reitanos" wrote:

Are you suggesting that if someone types a name into one cell, you
would like their title to appear in another cell?

You could do this with a lookup (eg VLOOKUP). You might also want to
consider using a drop-down and allowing them to select their name to
avoid typos that could mess up the result of the lookup.

On Dec 30, 6:06 pm, AccAdmin
wrote:
I have a proposal sheet used by multiple users, and I would like the cell I
have dedicated to the title of the individual proposing the work to be filled
out automatically once they have placed there name in the cell dedicated for
a signature. Any and all help would be greatly appreciated.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Return a Title based on a name

Hi,

You can't prevent every user error. If you automate the title with a
VLOOKUP, then you need to make sure they enter their name in a consistant
form. For example, John instead of J. Smith, would fail, as would Smith or
Smith, John, or J. P. Smith.

All of that said, your VLOOKUP would use a table like this

M N
Tom Jones Mr.
Ali McGraw Ms.
A. Lincoln President
....

If these are in the range M1:N30 and the user types their name into A2 with
their title appearing in B2, the formula in B2 would be:

=VLOOKUP(A2,M$1:N$30,2,)

You might consider giving the users a drop down list for their names, using
Data, Validation, List... That would eliminate the chance for a name entered
in an incorrect form. And although they might pick the wrong title, they are
not likely to pick the wrong name.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"AccAdmin" wrote:

I considered using a drop down but changed my mind, I am trying for a more
automated worksheet. As well the user may inadvertently select the incorrect
title.



"Reitanos" wrote:

Are you suggesting that if someone types a name into one cell, you
would like their title to appear in another cell?

You could do this with a lookup (eg VLOOKUP). You might also want to
consider using a drop-down and allowing them to select their name to
avoid typos that could mess up the result of the lookup.

On Dec 30, 6:06 pm, AccAdmin
wrote:
I have a proposal sheet used by multiple users, and I would like the cell I
have dedicated to the title of the individual proposing the work to be filled
out automatically once they have placed there name in the cell dedicated for
a signature. Any and all help would be greatly appreciated.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Return a Title based on a name

Shane

Worked in the formula but it returned a #N/A value. here is the way it was
set up, I did it this way first to run a test to see if it would work or not
(basically this is the way the worksheet is set up).

P1 Q1
John Doe Administrator
Jane Doe Sales

I also created a drop down list in B54 for the user to select a User Name, I
then placed the formula in B56 as follows.

=VLOOKUP(B54,$P$1:$Q$2,56,)

This is what returned
VALUE RETURNED IN B56 = #N/A

any help would be appreciated.

PS I do have cells merged in the signature area.

"Shane Devenshire" wrote:

Hi,

You can't prevent every user error. If you automate the title with a
VLOOKUP, then you need to make sure they enter their name in a consistant
form. For example, John instead of J. Smith, would fail, as would Smith or
Smith, John, or J. P. Smith.

All of that said, your VLOOKUP would use a table like this

M N
Tom Jones Mr.
Ali McGraw Ms.
A. Lincoln President
...

If these are in the range M1:N30 and the user types their name into A2 with
their title appearing in B2, the formula in B2 would be:

=VLOOKUP(A2,M$1:N$30,2,)

You might consider giving the users a drop down list for their names, using
Data, Validation, List... That would eliminate the chance for a name entered
in an incorrect form. And although they might pick the wrong title, they are
not likely to pick the wrong name.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"AccAdmin" wrote:

I considered using a drop down but changed my mind, I am trying for a more
automated worksheet. As well the user may inadvertently select the incorrect
title.



"Reitanos" wrote:

Are you suggesting that if someone types a name into one cell, you
would like their title to appear in another cell?

You could do this with a lookup (eg VLOOKUP). You might also want to
consider using a drop-down and allowing them to select their name to
avoid typos that could mess up the result of the lookup.

On Dec 30, 6:06 pm, AccAdmin
wrote:
I have a proposal sheet used by multiple users, and I would like the cell I
have dedicated to the title of the individual proposing the work to be filled
out automatically once they have placed there name in the cell dedicated for
a signature. Any and all help would be greatly appreciated.


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
automatically insert salary based on job title [email protected] Excel Worksheet Functions 2 October 28th 08 06:06 AM
How do I return to the title arrange Bdub_32 Setting up and Configuration of Excel 3 November 1st 06 12:09 AM
Find max value in a row and return column title Jshendel Excel Worksheet Functions 5 July 21st 06 05:23 PM
Make chart title based on a cell? pokdbz Excel Discussion (Misc queries) 3 July 11th 06 07:26 PM
Return Title to matched column [email protected] New Users to Excel 1 February 21st 06 06:04 AM


All times are GMT +1. The time now is 06:36 PM.

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"