+ Reply to Thread
Results 1 to 2 of 2

Term Digit to Name Assignment Formula

  1. #1
    Registered User
    Join Date
    12-13-2013
    Location
    jacksonville, Florida
    MS-Off Ver
    Excel 2010
    Posts
    19

    Term Digit to Name Assignment Formula

    Hello,

    I was hoping someone could help with a formula that would make my life easier. Here's what im looking for:

    On a spreadsheet with 10 digit loan numbers in column 'A', I need a formula that I can drop into column 'B' that will look at the last two digits of the loan numbers in column 'A' and assign them to either Jim if the number is 00 - 49 or Kevin if the number is 50 - 99.

    It's something similar to a more advanced version of =RIGHT(A2,2) that instead of spitting out a number, would just skip straight to either saying 'Jim' or 'Kevin'.

    Anyone able to assist?

    Thank you!
    Last edited by kas05j; 08-22-2014 at 11:49 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Term Digit to Name Assignment Formula

    =LOOKUP(RIGHT(A1,2),{"00","50"},{"Jim","Kevin"})
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. [SOLVED] LOTTERY FILTER#4, Find if 1 Digit Sum of 2 Digit or 3 Digit, Single Cell w/ dash
    By david gonzalez in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-08-2014, 12:57 AM
  2. supplier payment term-formula
    By jowii307 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-17-2014, 08:46 AM
  3. Calculating short term and long term moving average in VBA
    By ixthus in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-10-2013, 02:40 AM
  4. Formula's for loan with no term but with interest
    By wolfmtns in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-08-2012, 12:06 PM
  5. Formula for If Term is on Certain Date then Count
    By Krisjhn in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 09-06-2005, 09:05 PM

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