+ Reply to Thread
Results 1 to 4 of 4

SUMPRODUCT in payroll spreadsheet help

  1. #1
    Registered User
    Join Date
    10-21-2004
    Posts
    5

    SUMPRODUCT in payroll spreadsheet help

    Hello. I have a basic question. I currently have a spreadsheet that tracks the earnings of tipped employees for each week. Each worksheet of the workbook corresponds to a different pay period. I'd like to have a summary worksheet at the end of the book giving the total earnings for each employee. One issue is that the row position changes for each worker as the payroll expands and contracts. I thought of using the SUMPRODUCT function to accomplish the task using two variables (first and last name) as criteria.


    =SUMPRODUCT((A1:A10="lastname")*(B1:B10="firstname")*(C1:C10))

    where column A contains last names, column B contains first names, and column C contains total tips earned by each different employee (or row).


    How can I make this work across multiple worksheets and give the sum of each weekly total?

    Thanks for the help.

  2. #2
    Registered User
    Join Date
    10-21-2004
    Posts
    5
    Does anyone have a suggestion for making this work across worksheets or an alternative? Thanks.



    =SUMPRODUCT((A1:A10="lastname")*(B1:B10="firstname")*(C1:C10))

  3. #3
    Registered User
    Join Date
    10-21-2004
    Posts
    5
    Can anyone help me out with this one?

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    If you download the free MoreFunc add-in, you can use THREED()...

    http://xcell05.free.fr/
    http://www.rhDataSolutions.com/morefunc/

    Hope this helps!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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