+ Reply to Thread
Results 1 to 7 of 7

combo formula help required!

  1. #1
    Registered User
    Join Date
    01-23-2014
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    66

    combo formula help required!

    hi, please find attached a formula i am having problems with.

    i have a data tab which lists some spend by specific date.

    i need a formula to summarize the total costs by month and year in the summary tab.

    i've been trying to put a combo sumif/and/month/year but going up my own proverbial so coming to the forum for help!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,072

    Re: combo formula help required!

    Try
    =SUMIFS(data!$F$5:$F$377,data!$C$5:$C$377,MONTH(C2),data!$D$5:$D$377,YEAR(C2))
    copied across

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: combo formula help required!

    And another way.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by FlameRetired; 12-07-2018 at 03:22 PM. Reason: clean up / remove unnecessary sheet ref
    Dave

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: combo formula help required!

    A shorter one
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,072

    Re: combo formula help required!

    @AlKey
    Unless I'm missing something couldn't your formula be shortened yet further to
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Which relies on all the dates being the 1st of the month.

  6. #6
    Registered User
    Join Date
    01-23-2014
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    66

    Re: combo formula help required!

    Quote Originally Posted by Fluff13 View Post
    Try
    =SUMIFS(data!$F$5:$F$377,data!$C$5:$C$377,MONTH(C2),data!$D$5:$D$377,YEAR(C2))
    copied across
    perfect, thank you

  7. #7
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,072

    Re: combo formula help required!

    You're welcome & thanks for the feedback.

+ 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] Runtime Error 424 - Object Required and Cascading combo boxes - Reg.
    By bala04msw in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-28-2018, 07:23 AM
  2. [SOLVED] Excel 2010 VBA – Combo Box Options– Clear cell/box in 2nd Combo when 1st Combo selected
    By theshybutterfly in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-17-2013, 07:25 PM
  3. [SOLVED] "Object required" error in combo box/macro combination
    By chemeng1T3 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-09-2012, 10:32 AM
  4. Dual combo lookup solution required
    By StaffsLebowski in forum Excel General
    Replies: 1
    Last Post: 03-22-2011, 12:25 PM
  5. Using combo box with match required and no data selected
    By Khaos176 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-19-2009, 11:20 AM
  6. Make text cells and combo boxes required?
    By mlroy@savvis in forum Excel General
    Replies: 2
    Last Post: 07-24-2006, 03:25 PM
  7. Combo Box - Match Required help
    By jhahes in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-20-2005, 02:05 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