+ Reply to Thread
Results 1 to 3 of 3

SumIF not adding correctly

  1. #1
    Forum Contributor
    Join Date
    08-13-2008
    Location
    South Africa
    Posts
    130

    SumIF not adding correctly

    Hi Guys

    I'm using a sumif function but it doesn't seem to be working...

    Column I in the Overview tab supposed to look at column U4 in the July tab and pull the figures from V4 in the July tab.

    It's currently pulling figures from column AB of the July tab..
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: SumIF not adding correctly

    You are telling it to pull from what's in I$2 which is column 28 which is AB.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,703

    Re: SumIF not adding correctly

    Your formulas in C2:I2 find the last numeric value in row 4 and then sum the column according.....but in July you have some extra columns, so as ChemistB says you get the numbers from column AB because that has the last numeric value in row 4.

    If you want to always sum the column with the header "Monthly Average (Excl Saturday)" then try this formula in C2 copied across

    =MATCH("Monthly Average (Excl Saturday)",INDIRECT(C1&"!$3:$3"),0)

    alter E1 to remove the trailing space
    Audere est facere

+ 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