+ Reply to Thread
Results 1 to 3 of 3

multiple cut offs, possible array solution?

  1. #1
    Registered User
    Join Date
    11-21-2006
    Posts
    73

    multiple cut offs, possible array solution?

    I am wondering if there is an easier way to accomplish the following task:

    If i have 5 variables in the range (B9:F25), I want to indicate if any of the variables fall below a cut off that is indicated in B$2:F$2.

    I would prefer to do this with out adding helper columns, the best solution i have found is a sumproduct. like:

    K2 =sumproduct((B9<B$1)+(C9<C$1)+(D9<D$1)+....)

    this formula would then be copied down...

    Please see the attached file. I am looking for the easiest solution, one that takes a minimal amount of processing resources would also be good.

    And ideas?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Change G8:K8 to be just 1, 2, 3, 4, 5 instead of Set 1, Set 2, ...

    In G9 and copy right and down,

    =SUMPRODUCT(--($B9:$F9 < INDEX($B$2:$F$6, G$8, 0) ) )
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    11-21-2006
    Posts
    73
    Thanks! that works great!

+ 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