+ Reply to Thread
Results 1 to 9 of 9

How to Calculate Cell with Name In It

  1. #1
    Registered User
    Join Date
    08-07-2014
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    37

    How to Calculate Cell with Name In It

    Hi, How would i calculate a cell with a name in it? What i would like to do is make the Cell with the name in it equal "Name" + the number in the corresponding cell, i have attached an Excel File to show what i am looking for. Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to Calculate Cell with Name In It

    How does Excel know which Robert to look at? There are two of them in column S.

  3. #3
    Registered User
    Join Date
    08-07-2014
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    37

    Re: How to Calculate Cell with Name In It

    Sorry i always use the last name also, So Robert would have a last name normally. Thanks

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to Calculate Cell with Name In It

    Are the employee names in column A manually typed in or are they the result of a formula?

    If they are the result of a formula, we can put that result along with the corresponding number in the same cell.
    If they are manually entered, you will have to do something else such as putting the corresponding number in another cell as you cannot have both a formula and a hard-coded value in the same cell.

    Assuming that the names are manually entered, I would unmerge columns A and B, have the names in A and the number in B.
    If that sounds acceptable, I'll whip that up and show you how it would look and what formula would get you there.

  5. #5
    Registered User
    Join Date
    08-07-2014
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    37

    Re: How to Calculate Cell with Name In It

    Ya sure we can absolutely try that. Thanks

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to Calculate Cell with Name In It

    B2 =IFERROR(INDEX(U:U,MATCH(A2,S:S,0)),"")

    Delete the trailing spaces after the name in S2.

    See attachment.
    Attached Files Attached Files

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,745

    Re: How to Calculate Cell with Name In It

    Another observation.

    There are trailing spaces in some of your data. Where there is one there are likely others. See S2 as well as column A. These need to be cleaned up ... standardized.
    Dave

  8. #8
    Registered User
    Join Date
    08-07-2014
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    37

    Re: How to Calculate Cell with Name In It

    Thank you, That's perfect!!

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to Calculate Cell with Name In It

    You're welcome. Glad we could help.

    Thank you for the rep and for marking this thread as SOLVED!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 10-26-2017, 04:16 AM
  2. Replies: 6
    Last Post: 04-29-2016, 09:48 AM
  3. [SOLVED] Formula: If cell 3 is blank have cell 1 calculate, if cell 3 filled have cell 2 calculate
    By Vicious00013 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-05-2016, 09:34 AM
  4. Cell to calculate when another cell date is expired or close to expiring
    By Muzza86 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-28-2014, 11:08 AM
  5. [SOLVED] for range of cell = n, calculate sum of cell + n-1 previous cell
    By TNLNYC in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-02-2013, 10:20 PM
  6. Replies: 0
    Last Post: 08-14-2012, 10:42 AM
  7. Replies: 2
    Last Post: 05-24-2010, 10:13 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1