+ Reply to Thread
Results 1 to 4 of 4

How to convert numeric number value to numeric years months

  1. #1
    Registered User
    Join Date
    04-21-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    48

    How to convert numeric number value to numeric years months

    How to convert numeric number value to numeric years months
    i.e.
    numbers year & month
    13 1.01
    15 1.03
    24 2
    37 3.01

    any formula / macro coding

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: How to convert numeric number value to numeric years months

    =int(a1/12)+mod(a1, 12)/100
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How to convert numeric number value to numeric years months

    Another way:

    a
    b
    c
    1
    13
    1.01
    b1: =dollarfr(a1/12,12)
    2
    15
    1.03
    3
    24
    2.00
    4
    37
    3.01
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    04-21-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: How to convert numeric number value to numeric years months

    thanks to all

+ 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. Convert alpha-numeric to numeric
    By michael mac in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-12-2008, 04:13 PM
  2. Replies: 4
    Last Post: 02-06-2006, 03:05 AM
  3. [SOLVED] how do I convert a number to number of years, months and days
    By because in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2005, 02:05 PM
  4. [SOLVED] how can I convert numeric number into text
    By firas in forum Excel General
    Replies: 1
    Last Post: 09-21-2005, 03:05 PM
  5. [SOLVED] Convert numeric part of text to number
    By davegb in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-23-2005, 05: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