+ Reply to Thread
Results 1 to 2 of 2

separating column by summations to a certain number

  1. #1
    Registered User
    Join Date
    02-19-2014
    Location
    Blacksburg, VA
    MS-Off Ver
    Excel 2011
    Posts
    1

    separating column by summations to a certain number

    Hello there,

    I've got a sheet with a large number of jobs (about 500) organized into 1 column where each one has a different operating time(in minutes). I want to organize them by day (approx. 480 minutes/day). Is there a combination of functions where I can sum the numbers in a column up to 480 and then have it start over as a way to group them?

    Any suggestions would be very appreciated.

  2. #2
    Forum Contributor
    Join Date
    01-30-2013
    Location
    Wales
    MS-Off Ver
    Excel 2013
    Posts
    231

    Re: separating column by summations to a certain number

    If Data is in column A starting then in Column B
    B2 =if(B1>480,A2,A2+B1)
    Click * below if this answer helped

+ 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] References summations based on column and row number
    By kinseld5 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-25-2012, 07:06 AM
  2. Advanced Worksheet functions for sorting and summations.
    By geogliz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-15-2010, 04:43 AM
  3. separating a number from text
    By themightyquinn in forum Excel General
    Replies: 1
    Last Post: 07-08-2009, 04:20 PM
  4. Replies: 1
    Last Post: 11-16-2006, 03:30 AM
  5. Automatic Summations
    By nizmo_gtr in forum Excel General
    Replies: 4
    Last Post: 08-04-2006, 10:10 PM

Tags for this Thread

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