+ Reply to Thread
Results 1 to 3 of 3

Reading Ages Conversion

  1. #1
    Forum Contributor
    Join Date
    10-19-2016
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    226

    Post Reading Ages Conversion

    Hi,

    I used this forum successfully earlier this week so I hope someone can help me again with a solution to a problem I have.

    I need a formula to convert 'Age at Test in Months' into 'Age at Test in YY:MM' so for example, 78 months will convert to and show 6/06 (6 Years and 6 Months) in the cell.

    I would also like a formula to show the 'Reading Age Difference' in the same format. For example, in row 2 the 'Reading Age Difference' will be shown as 3/11 (3 years and 11 months) which is the difference between 6/06 and 10/05.


    I have attached an excel spreadsheet in the hope that someone can help.

    Thanks!
    Attached Files Attached Files
    Last edited by cosmica67; 11-04-2016 at 04:01 AM.

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

    Re: Reading Ages Conversion

    Column E
    =QUOTIENT(D2,12)&"/"&MOD(D2,12)

    Column H
    =QUOTIENT((HOUR(F2)*12+MINUTE(F2)-D2),12)&"/"&MOD((HOUR(F2)*12+MINUTE(F2)-D2),12)
    and copy down
    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.

  3. #3
    Forum Contributor
    Join Date
    10-19-2016
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    226

    Re: Reading Ages Conversion

    Hi Special-K,

    Both formulae work a treat!

    Also, many thanks for your prompt reply!

    Kind regards

+ 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] Reading ages problem in Excel
    By cosmica67 in forum Excel General
    Replies: 5
    Last Post: 10-19-2016, 01:53 PM
  2. [SOLVED] Reading ages problem in Excel
    By cosmica67 in forum Excel General
    Replies: 9
    Last Post: 10-19-2016, 07:12 AM
  3. Pick the last reading and time of that reading
    By thmehr in forum Excel General
    Replies: 10
    Last Post: 03-22-2012, 07:56 PM
  4. Ages help please!
    By Blade2304 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-13-2006, 02:14 AM
  5. Dates/ Ages
    By Brian in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  6. Dates/ Ages
    By Brian in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  7. [SOLVED] Dates/ Ages
    By Brian in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 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