+ Reply to Thread
Results 1 to 5 of 5

How do I make someone's Initials show up as a value in my formulas?

Hybrid View

  1. #1
    Registered User
    Join Date
    05-26-2014
    Posts
    2

    Question How do I make someone's Initials show up as a value in my formulas?

    I am working on a spreadsheet, and I have the formula "=IF(COUNT(Unit!$B$24:$B$26,"")=3,"Complete","Incomplete")" to show whether a portion of the workbook has been completed or not. When someone completes a section, they mark it complete with their first and last initial. The people completing the checklist is always different so I can't use a specific set of initials for the formula. Is there a way I can make it so the cells being initialed populate the text as a recognizable Value for the formula?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: How do I make someone's Initials show up as a value in my formulas?

    Formula: copy to clipboard
    =IF(COUNT(Unit!$B$24:$B$26,"")=3,"Complete " & B24 & B25 & B26,"Incomplete")



    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    05-26-2014
    Posts
    2

    Re: How do I make someone's Initials show up as a value in my formulas?

    Hey TMS, I tried the formula you gave me and it didn't work

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: How do I make someone's Initials show up as a value in my formulas?

    In what way didn't it work?

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: How do I make someone's Initials show up as a value in my formulas?

    Closer look (and test):

    Formula: copy to clipboard
    =IF(COUNTA(Unit!$B$24:$B$26)=3,"Complete " & Unit!B24 & " " & Unit!B25 & " " &  Unit!B26,"Incomplete " &  Unit!B24 & " " & Unit!B25 & " " &  Unit!B26)



    Regards, TMS

+ 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. Match surname list to a surname and initials list, names have 1 or 2 initials.
    By MrsExcell2013 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-10-2013, 02:21 AM
  2. [SOLVED] Formula required for initials of names and combining initials with other text
    By iDarkAngel in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 07-07-2012, 11:22 AM
  3. Replies: 1
    Last Post: 01-24-2012, 02:22 PM
  4. [SOLVED] with formulas that show negative results I want to show zero inste
    By brit64 in forum Excel General
    Replies: 6
    Last Post: 08-29-2005, 07:05 PM
  5. Replies: 0
    Last Post: 01-12-2005, 10:06 PM

Tags for this Thread

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