+ Reply to Thread
Results 1 to 5 of 5

Multiple calculations in one SUMIF formula across multiple worksheets

  1. #1
    Registered User
    Join Date
    09-21-2011
    Location
    London
    MS-Off Ver
    365
    Posts
    71

    Multiple calculations in one SUMIF formula across multiple worksheets

    Hi there, I hope you can help, although this seems quite complicated and I'm not sure it can be done.

    Basically I have two corresponding worksheets with information contributing to the formula, and the formulae needs to calculate this information multiple times (possibly across 50 columns).

    I have attached a sample which I 'hope' will explain it better than I have. (only the first two yellow sheets are relevant to the calulations)

    I would be really grateful for any advice on this one. I am not particularly technically minded so 'dummy' language may be required lol

    Thanks all
    Attached Files Attached Files
    Last edited by necht_angel; 11-15-2011 at 05:30 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Multiple calculations in one SUMIF formula across multiple worksheets

    What are some expected results..

    Here is my attempt R16 cell.... I get 154 total

    =SUMPRODUCT(--('(2) Rate Build Ups'!$G$17:$O$17=1),'(2) Rate Build Ups'!$H17:$P17,$G16:$O16/$S$9*$S$15)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-21-2011
    Location
    London
    MS-Off Ver
    365
    Posts
    71

    Re: Multiple calculations in one SUMIF formula across multiple worksheets

    Hi there, no i get 315.24

    Basically i want if there is a '1' or any number in the columns G, I, K etc on the 'Rate Buildup' page, I want excel to add that numbr of times ie '1' '2' etc etc, the number in the corresponding column on the 'material page', i.e. slopes i.e. 1 x 100 + 1 x 110 + 2 x 120 + 1 x 20 = 420, then divided by R9 (1.64) = 286.58 + S15 (10%) = 315.24.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Multiple calculations in one SUMIF formula across multiple worksheets

    So then you are not looking for just 1's in the Rate Build Ups...

    Try:

    =SUMPRODUCT('(2) Rate Build Ups'!$G17:$O17, 'Material Schedule'!$G16:$O16)/$R$9*$S$15

  5. #5
    Registered User
    Join Date
    09-21-2011
    Location
    London
    MS-Off Ver
    365
    Posts
    71

    Re: Multiple calculations in one SUMIF formula across multiple worksheets

    Thats genius! Thankyou!

    I have been trying to get that to work for the last 3 weeks.

+ 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