+ Reply to Thread
Results 1 to 2 of 2

Function Formula using cells in named Range

Hybrid View

  1. #1
    Registered User
    Join Date
    11-02-2006
    Posts
    3

    Cool Function Formula using cells in named Range

    Hi,

    I'm desperately hoping there is a function for this!

    I have a range named IncomeRegion. (b11:g18). Columns c:d (merged) are validation lists with different IncomeTypes, e.g. Vending Commission Inhouse. Column F contains the cash amount receieved. I would like a function that loops thru the c:d column of the range, checks for the variable say "Vending Commission Inhouse", grabs the amount in F, and Sums all Amounts accordingly.

    Thanks for any assistance!

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686
    Enter as an Array, Ctrl-Shift-Enter instead of Enter

    =SUM((C11:D18="vending commission inhouse")*(F11:F18))

    of course you can refer to a cell containing the text instead of typing "vending commission inhouse"

+ 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