+ Reply to Thread
Results 1 to 2 of 2

SUMIF RANGE A-H.. then I-N... then O-Z

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    1

    SUMIF RANGE A-H.. then I-N... then O-Z

    If there a way to create a formula that will pull the numerical values of COLUMN F but a range?

    For example...=SUMIF(H:H,?????,F:F)

    I want the ???? to add all the quantities in column F if the letter in column H is between A-H, (then another formula I-N, and O-Z)

    COLUMN H = ALL MY DATA HERE IS A FORMULA THAT SHOWS FIRST CHARACTER (A - Z)
    COLUMN F = MY QUANTITIES (in numbers)

    Thanks for any input you can provide.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: SUMIF RANGE A-H.. then I-N... then O-Z

    Try...

    =SUM(SUMIF(H:H,{"A","B","C","D","E","F","G","H"},F:F))

    Note: Change the letter for your other two requirements
    HTH
    Regards, Jeff

+ 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