+ Reply to Thread
Results 1 to 4 of 4

Help with multiple arguments

  1. #1
    Registered User
    Join Date
    08-18-2013
    Location
    Wembley
    MS-Off Ver
    Office 365
    Posts
    49

    Help with multiple arguments

    Hi

    I have attached a sample workbook which I need assistance with.

    I need to record the sum of the figures in column C in J2 - this figure (J2) should show the sum of the figure if the date in the adjacent column (B) is today's date. However, I do not want to include the figure in C column if the QUERIED (D2) column is populated with "Y" and I also do not want to include the figure in the C column if the adjacent F column cell contains a figure.

    So J2 should show the sum of the figures in column C unless the adjacent columns D or F are populated.

    I cannot figure it out.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Help with multiple arguments

    Put this in J2:

    =SUMIFS(C:C,B:B,TODAY(),D:D,"<>y",F:F,"")

    Note that the syntax for SUMIFS differs from that of SUMIF.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-18-2013
    Location
    Wembley
    MS-Off Ver
    Office 365
    Posts
    49

    Re: Help with multiple arguments

    Works perfectly.

    Thanks a lot my friend.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Help with multiple arguments

    Glad to be able to help - thanks for the rep.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Pete

+ 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. Multiple IF arguments
    By KateMaz in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-30-2014, 09:56 AM
  2. Using multiple arguments
    By Robotacha2010 in forum Excel General
    Replies: 3
    Last Post: 06-21-2011, 04:17 PM
  3. Multiple IF Arguments
    By Chris-TT in forum Excel General
    Replies: 6
    Last Post: 12-31-2010, 01:35 PM
  4. Multiple Arguments in IF
    By Andrew.Trevayne in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-24-2010, 03:59 AM
  5. If then for multiple arguments
    By dwest100 in forum Excel General
    Replies: 1
    Last Post: 09-07-2010, 10:10 PM
  6. Multiple Arguments - New Twist
    By dansargeant in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-10-2006, 11:28 AM
  7. Multiple Arguments
    By dansargeant in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-10-2006, 04:10 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