Results 1 to 2 of 2

Simplifying a big formula

Threaded View

  1. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Simplifying a big formula

    Hi, try this.

    =SUMPRODUCT((_FC>=CP1)*(_FC<=CP2)*COUNTIF(BM4,CHOOSE({1,2,3,4,5,6,7},_1,_2,_3,_4,_5,_6,_7)))
    If you want to count BM4 only one time for a row, try this

    =SUMPRODUCT((_FC>=CP1)*(_FC<=CP2)*(MMULT(COUNTIF(BM4,CHOOSE({1,2,3,4,5,6,7},_1,_2,_3,_4,_5,_6,_7)),{1;2;3;4;5;6;7})>0))
    Last edited by Haseeb Avarakkan; 06-22-2012 at 10:04 PM. Reason: Typo
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

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