+ Reply to Thread
Results 1 to 2 of 2

IF in Multiple Worksheets

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    Oak Lawn, Illinois
    MS-Off Ver
    Excel 2007
    Posts
    1

    IF in Multiple Worksheets

    Hello

    I have a worksheet with tabs for every month. column B rows 3 thru 29 on every tab has a 3 digit number and column C 3 thru 29 has a monetary value. on a separate worksheet I want to add the monetary value if a certain condition exists in column B . So if worksheet "JANUARY" thru "DECEMBER" column B any row 3 thru 29 equals "301" (for instance) then sum the corresponding monetary value in column C.
    so if worksheet JANUARY has "301" in B5 and worksheet MARCH has "301" in B12 then add the value in JANUARY C5 & MARCH C12

    I have tried some IF statements but keep getting an error
    Can anyone advise
    Thank you

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: IF in Multiple Worksheets

    Try
    =SUMIF('January'!B1:B100,301,'January'!C1:C100)+SUMIF('February'!B1:B100,301,'February'!C1:C100)+...etc
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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