+ Reply to Thread
Results 1 to 2 of 2

order times

  1. #1
    Registered User
    Join Date
    02-27-2012
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    order times

    I am trying to graph what time we place orders. I have it time stamped down to the second 14:25:10. My initial thought was to right an "if" statement to consolidate the times into band; however, I can not get it to recognize the time?

    =IF(F2<8,8,IF(F2<10,10,IF(F2<12,12,IF(F2<14,14,IF(F2<16,16,IF(F2<18,18,20)))))))

    I then changed the 8,10,12 etc to 8:00, but I am lost!
    Any ideas?
    Thanks,
    Last edited by shaqbone; 02-27-2012 at 07:23 PM.

  2. #2
    Registered User
    Join Date
    02-27-2012
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: order times

    FYI

    I found a solution:

    =MROUND(F2,60/(60*24))

    Time rounded to the hour.

+ 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