Results 1 to 6 of 6

Formula to long

Threaded View

  1. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,769

    Re: Formula to long

    You can use a formula like this

    =SUM((MMULT(ISNUMBER(SEARCH({"BM","ENG"},'T-WEEK DATA'!G6:G2283))*('T-WEEK DATA'!U6:U2283="T-9"),LEN({"BM";"ENG"})^0)>0)+0)

    You can expand the {"BM","ENG"} parts as much as you like - Note that the first array constant uses comma separators, the second uses semi-colons.

    MMULT is limited to 5461 rows in Excel 2003

    .......or if you list all 30 criteria in a column range, e.g. Z1:Z30 on same sheet as formula then you can use this version

    =SUM((MMULT(ISNUMBER(SEARCH(TRANSPOSE(Z1:Z30),'T-WEEK DATA'!G6:G2283))*('T-WEEK DATA'!U6:U2283="T-9"),LEN(Z1:Z30)^0)>0)+0)

    That needs to be confirmed with CTRL+SHIFT+ENTER

    Edit: I deleted your duplicate post
    Last edited by daddylonglegs; 05-22-2011 at 11:16 AM.
    Audere est facere

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