+ Reply to Thread
Results 1 to 2 of 2

Thread: How do I set up inches per Minute/Second in Excel

  1. #1
    Denise
    Guest

    How do I set up inches per Minute/Second in Excel

    I need to know how to take a known inch per Minute and divide by a known
    measurement and displayed as minutes and seconds. The answer of the equation
    (minutes and seconds) is where I'm having trouble.

  2. #2
    Jon Peltier
    Guest

    Re: How do I set up inches per Minute/Second in Excel

    Actually, you need to divide your measured length by the known rate (inches
    per minute). This gives you the number of minutes, but to display using m:ss
    format you need to divide by 1440, the number of minutes per day (since
    Excel counts time as the fraction of a day).

    So put your measurement in A2, your rate in B2, and this formula into C2:

    =A2/B2/1440

    Then format C2 using a custom number format of

    m:ss

    If you want fractional seconds, use m:ss.0, m:ss.00, or m:ss.000 (the most
    you'll get is thousandths).

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services - Tutorials and Custom Solutions -
    http://PeltierTech.com/
    2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    http://peltiertech.com/Excel/ExcelUserConf06.html
    _______

    "Denise" <Denise@discussions.microsoft.com> wrote in message
    news:08D88CF2-17FB-4392-AFB2-89194EB1BB88@microsoft.com...
    >I need to know how to take a known inch per Minute and divide by a known
    > measurement and displayed as minutes and seconds. The answer of the
    > equation
    > (minutes and seconds) is where I'm having trouble.




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0