+ Reply to Thread
Results 1 to 4 of 4

Need help with creating a sum function

  1. #1
    Registered User
    Join Date
    12-23-2015
    Location
    Ottawa
    MS-Off Ver
    13
    Posts
    2

    Need help with creating a sum function

    I need to sum one coloum with two different criteria. I tried sumifs and cant figure it out.

    Example
    A b c d e f
    12:00 AM 10/1/15 12:14 AM 0 0 Thursday
    12:15 AM 10/1/15 12:29 AM 0 0 Thursday
    12:30 AM 10/1/15 12:44 AM 0 0 Thursday
    12:45 AM 10/1/15 12:59 AM 0 0 Thursday

    I am trying to sum the numbers in "D" that are for the dates in coloum "F" for only the time frame in coloum "A". IE. sum all the thursdays from 12am, sum all the thursdays from 12:15. ETC.. There are over 6400 rows of data.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,807

    Re: Need help with creating a sum function

    try

    =SUMIFS(D1:D4,F1:F4,"Thursday",A1:A4,TIME(0,0,0)) for 12:00 AM

    =SUMIFS(D1:D4,F1:F4,"Thursday",A1:A4,TIME(0,15,0)) for 12:15 AM

  3. #3
    Registered User
    Join Date
    12-23-2015
    Location
    Ottawa
    MS-Off Ver
    13
    Posts
    2

    Re: Need help with creating a sum function

    Didn't seem to work. What I did is I created a value coloum and drop down menu's. A little more time consuming but I will get the results I am looking for.

    Thank you

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need help with creating a sum function

    Post a SMALL sample file and show us what results you expect.

    20 rows worth of data is plenty. We don't want to have to wade through 100's or 1000's of rows worth of data to test possible solutions.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Creating Mod Function
    By anstar in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 07-18-2014, 02:51 PM
  2. Creating a VBA Function
    By ColdDeath in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-04-2013, 08:48 AM
  3. Help on creating a if function or a nested if function????
    By noob_excel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-08-2012, 12:39 AM
  4. Creating a function to simplify a more complex function
    By mk74 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-29-2011, 08:43 AM
  5. Need help creating a function
    By nander in forum Excel General
    Replies: 3
    Last Post: 02-20-2006, 12:57 AM
  6. [SOLVED] Creating a Macros function but co9ntent of function only works in a sub plz help
    By Alexandre Brisebois (www.pointnetsolutions.com) in forum Excel General
    Replies: 6
    Last Post: 07-20-2005, 04:05 PM
  7. [SOLVED] Creating a Function
    By teresa in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-06-2005, 10:06 AM

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