+ Reply to Thread
Results 1 to 3 of 3

SumProduct or VLookup

  1. #1
    Forum Contributor
    Join Date
    01-18-2013
    Location
    England
    MS-Off Ver
    2016 (Mac)
    Posts
    149

    Smile SumProduct or VLookup

    I am trying to create a formula that will check multiple criteria on another tab within the sheet and if it is a match then the sum will be shown. If no match then no sum will be shown. I have tried to do it using SumProduct but just cannot get my head around it? If it can be worked out then I can use the formula to populate all of the other cells on the page.

    My page has a few columns as follows:

    Acc. #: I need to check if the string ST is anywhere. So the cell may contain ST52 but I only care if it is ST
    Date: In my example I need to check to see if the month if February and the year is 2015
    Description: Just needs to check for the string Staff One Salary

    If the above 3 conditions are met then the relevant cells in column I need to be added up

    I have attached an example spreadsheet with the relevant cells highlighted in red and hope it makes sense
    Attached Files Attached Files

  2. #2
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: SumProduct or VLookup

    Hi, Margate!

    You can use this formula:
    [J8] : =SUMIFS(Accounts!$I:I,Accounts!$D:$D,"ST*",Accounts!$E:$E,">="&1&J7&2015,Accounts!$E:$E,"<="&EOMONTH(1&J7&2015,0),Accounts!$F:$F,"Staff One Salary")

    Blessings!

  3. #3
    Forum Contributor
    Join Date
    01-18-2013
    Location
    England
    MS-Off Ver
    2016 (Mac)
    Posts
    149

    Re: SumProduct or VLookup

    Wow, no wonder I could not work it out, I was thinking about Index Match and never thought it possible with SUMIFS. Even if I did think about SUMIFS I was way out of my depth. Thank you very much, this has helped me a lot. I will mark this thread as solved.

    Regards,

    Margate.

+ 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. VLOOKUP or SUMPRODUCT
    By PERE in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-26-2014, 12:37 PM
  2. Need some help VLOOKUP and SUMPRODUCT
    By barisp in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 06-26-2013, 10:51 AM
  3. Replies: 1
    Last Post: 05-19-2012, 02:54 AM
  4. using vlookup + sumproduct together
    By mal.b.graham in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-04-2012, 08:31 AM
  5. Sumproduct + vlookup
    By ankurshah77 in forum Excel General
    Replies: 3
    Last Post: 02-02-2012, 12:02 PM
  6. Vlookup and Sumproduct
    By Zan03 in forum Excel General
    Replies: 2
    Last Post: 02-15-2010, 02:58 AM
  7. Replies: 1
    Last Post: 07-21-2006, 01:35 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