+ Reply to Thread
Results 1 to 17 of 17

Time range formula

Hybrid View

AGY Time range formula 12-09-2009, 12:47 AM
Paul Re: Time range formula 12-09-2009, 12:49 AM
AGY Re: Time range formula 12-09-2009, 01:22 AM
Paul Re: Time range formula 12-09-2009, 01:36 AM
AGY Re: Time range formula 12-09-2009, 01:54 AM
DonkeyOte Re: Time range formula 12-09-2009, 04:11 AM
AGY Re: Time range formula 12-09-2009, 10:06 PM
darkyam Re: Time range formula 12-09-2009, 10:43 PM
DonkeyOte Re: Time range formula 12-10-2009, 03:44 AM
AGY Re: Time range formula 12-15-2009, 03:57 PM
darkyam Re: Time range formula 12-10-2009, 05:30 AM
DonkeyOte Re: Time range formula 12-10-2009, 07:34 AM
darkyam Re: Time range formula 12-10-2009, 10:07 AM
DonkeyOte Re: Time range formula 12-10-2009, 10:17 AM
darkyam Re: Time range formula 12-15-2009, 05:04 PM
AGY Re: Time range formula 12-15-2009, 05:27 PM
darkyam Re: Time range formula 12-15-2009, 06:43 PM
  1. #1
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Time range formula

    If you're already entering the number .8 into a cell, to get the correct value just use

    =150*B1

    Where B1 contains .8

    Or are you trying to calculate the .8 based on the number of minutes you input?

  2. #2
    Registered User
    Join Date
    12-09-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Time range formula

    Yes I am trying to calculate the number basedon the numbers of minutes I input and the amount
    Last edited by DonkeyOte; 12-09-2009 at 03:59 AM. Reason: removed unnec. quote

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Time range formula

    If you gave some examples of your "entries" that would help as I think that's what's preventing you from getting a quick resolution.

    If you're saying you work 3 hours and 36 minutes and you enter that into say A1 as

    3:36

    then to get your total you could use something like

    =150*SUM(HOUR(A1),(MATCH(MINUTE(A1),{0,1,6,13,19,25,31,36,41,47,53})-1)/10)
    would generate 555

    change the values in in the line array to match your requirements - you must leave the 0 though... in the above 1-5 would generate 0.1, 6-12 -> 0.2 etc...

    It's a shame you need to specify like the above as obviously

    =150*(CEILING(A1*24,0.1))

    is a lot simpler but in this case would generate 540

  4. #4
    Registered User
    Join Date
    12-09-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Time range formula

    I am attaching an example of the entries that I am doing. I am not entering any formulas yet.

    I hope it helps
    Attached Images Attached Images
    Last edited by Paul; 12-09-2009 at 10:50 PM. Reason: removed full post quotation

+ 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