+ Reply to Thread
Results 1 to 2 of 2

Use sumproduct to further parse a sumproduct calculation

  1. #1
    Registered User
    Join Date
    01-06-2013
    Location
    Sacramento,CA
    MS-Off Ver
    2013
    Posts
    36

    Use sumproduct to further parse a sumproduct calculation

    Long time gents, hope all is well in the furum.
    I've attached a sample spreadsheet whereby I use a Sumproduct calcs to determine how many times a vlaue (VPOC 3 day) falls in between the high and the low.
    My issue is, how can I break the number of hits ( in this case 6), to the various days of the week?
    As always, any help will be greatly appreciated.
    Thanks in advance
    Araise
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Use sumproduct to further parse a sumproduct calculation

    Good 'ol SUMPRODUCT.

    =SUMPRODUCT((F$12:O$12>=F$7:O$7)*(F$12:O$12<=F$6:O$6)*(TEXT(F$3:O$3,"DDD")=E18)*(F$6:O$6<>0))

    AND COPY DOWN
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SUMPRODUCT calculation in VBA
    By gianluca.calloni in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-26-2012, 09:52 AM
  2. SUMPRODUCT for YTD calculation HELP
    By littlelax in forum Excel General
    Replies: 2
    Last Post: 01-19-2012, 12:12 PM
  3. Sumproduct calculation
    By john dalton in forum Excel General
    Replies: 15
    Last Post: 07-19-2011, 07:55 AM
  4. sumproduct calculation
    By leem in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-05-2011, 08:45 PM
  5. Using weeknum in a Sumproduct calculation
    By jeffreybrown in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-01-2010, 03:42 PM

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