+ Reply to Thread
Results 1 to 3 of 3

Modify SumIF... Array Formula

  1. #1
    carl
    Guest

    Modify SumIF... Array Formula

    I am using this formula.

    =SUM(IF((TMS2!$BL$3:$BL$60000<=WatchList!$A$4)*(TMS2!$K$3:$K$60000="050S0F1");TMS2!$F$3:$F$60000))

    Is it possible to modify this part (TMS2!$K$3:$K$60000="050S0F1") to set the
    criteria to look for all cases where the cell equals 050S0F1, 050S0F2 ...
    050S0FB. In other words, any cell where the left 6 characters are 050S0F ?

    Thank you in advance.

  2. #2
    Alok
    Guest

    RE: Modify SumIF... Array Formula

    Replace ; with a comma in LEFT() ?

    Alok Joshi

    "Peo Sjoblom" wrote:

    > It is better to use sumproduct and enter the formula normally
    >
    > =SUMPRODUCT(--(TMS2!$BL$3:$BL$60000<=WatchList!$A$4);--(LEFT(TMS2!$K$3:$K$60000;6)="050S0F");TMS2!$F$3:$F$60000)
    >
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "carl" wrote:
    >
    > > I am using this formula.
    > >
    > > =SUM(IF((TMS2!$BL$3:$BL$60000<=WatchList!$A$4)*(TMS2!$K$3:$K$60000="050S0F1");TMS2!$F$3:$F$60000))
    > >
    > > Is it possible to modify this part (TMS2!$K$3:$K$60000="050S0F1") to set the
    > > criteria to look for all cases where the cell equals 050S0F1, 050S0F2 ...
    > > 050S0FB. In other words, any cell where the left 6 characters are 050S0F ?
    > >
    > > Thank you in advance.


  3. #3
    Peo Sjoblom
    Guest

    RE: Modify SumIF... Array Formula

    No, look at the OP's original post, he's obvisoulsy using Eurpoean delimiters

    Regards,

    Peo Sjoblom

    "Alok" wrote:

    > Replace ; with a comma in LEFT() ?
    >
    > Alok Joshi
    >
    > "Peo Sjoblom" wrote:
    >
    > > It is better to use sumproduct and enter the formula normally
    > >
    > > =SUMPRODUCT(--(TMS2!$BL$3:$BL$60000<=WatchList!$A$4);--(LEFT(TMS2!$K$3:$K$60000;6)="050S0F");TMS2!$F$3:$F$60000)
    > >
    > >
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > "carl" wrote:
    > >
    > > > I am using this formula.
    > > >
    > > > =SUM(IF((TMS2!$BL$3:$BL$60000<=WatchList!$A$4)*(TMS2!$K$3:$K$60000="050S0F1");TMS2!$F$3:$F$60000))
    > > >
    > > > Is it possible to modify this part (TMS2!$K$3:$K$60000="050S0F1") to set the
    > > > criteria to look for all cases where the cell equals 050S0F1, 050S0F2 ...
    > > > 050S0FB. In other words, any cell where the left 6 characters are 050S0F ?
    > > >
    > > > Thank you in advance.


+ 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