+ Reply to Thread
Results 1 to 8 of 8

calculate time to percentage

Hybrid View

  1. #1
    Registered User
    Join Date
    05-09-2010
    Location
    Lisboa
    MS-Off Ver
    Excel 2013
    Posts
    33

    Re: calculate time to percentage

    the cells are times. but I cant do this formula. (4:30*100) / 3:20
    with this i want to do if 4:30 hours is 100% 3:20 is X

    thanks

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,700

    Re: calculate time to percentage

    so for you example what result do you expect? If 3:20 is in A1 then use Charlie's suggestion like this in B1, i.e.

    =A1/"4:30"

    Format B1 as % and result should be approx 74%, is that right?
    Audere est facere

  3. #3
    Registered User
    Join Date
    05-09-2010
    Location
    Lisboa
    MS-Off Ver
    Excel 2013
    Posts
    33

    Re: calculate time to percentage

    sorry can you show me in this example?

    thanks
    Attached Files Attached Files

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,700

    Re: calculate time to percentage

    In C16 use this formula

    =B16/B15

    and format that cell to show percentage

    That assumes that C15 will always be 100% and that zero is 0% on your scale. If C15 might be anything other than 100% change the formula to

    =B16*C15/B15

+ 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.6.0 RC 1