+ Reply to Thread
Results 1 to 3 of 3

Sumif functiion limits 1 column

  1. #1
    Registered User
    Join Date
    11-03-2007
    Posts
    8

    Sumif functiion limits 1 column

    Trying to consolidate data from by month sales to the data by quarter.

    The revenue by month is in a separate workbook
    First column is the customer
    A B C D E
    Customer Jan Feb Mar Apl
    Wallm 5 5 5 5
    Sears 10 1 5 5


    Have been trying to use
    =SUMIF('Revenue 08'!A1:F30,Sears, 'Revenue 08'!B1:D30)

    but this will only return the amount in Jan it will not sum Jan, Feb and Mar together

    Is there a way that I can index based on criteria in column A “customer name”
    That I can sum the date on another workbook that has the customer name and data by month.

    Seems like there should be an easy way to do this but I cannot seem to get there

    Bob

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Maybe

    =SUMPRODUCT(--('Revenue 08'!$A$2:$A$200="Wallm")*('Revenue 08'!$B$2:$E$200))
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    11-03-2007
    Posts
    8
    thanks that what I needed

+ 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