+ Reply to Thread
Results 1 to 8 of 8

Sumproduct

  1. #1
    Registered User
    Join Date
    07-16-2006
    Posts
    4

    Sumproduct

    =SUMPRODUCT(--(examinations="ribs"),--(type="mine"),--(radiographer="koos")). In this formula how can I change type= to look for everything stating with m and not the word mine.

    Regads

  2. #2
    JE McGimpsey
    Guest

    Re: Sumproduct

    One way:

    =SUMPRODUCT(--(examinations="ribs"),--(LEFT(type,1)="m"),
    --(radiographer="koos"))

    In article <[email protected]>,
    Batim <[email protected]> wrote:

    > =SUMPRODUCT(--(examinations="ribs"),--(type="mine"),--(radiographer="koos")).
    > In this formula how can I change type= to look for everything stating
    > with m and not the word mine.
    >
    > Regads


  3. #3
    Jim Thomlinson
    Guest

    RE: Sumproduct

    =SUMPRODUCT(--(examinations="ribs"),--(left(type,
    1)="m"),--(radiographer="koos")).
    --
    HTH...

    Jim Thomlinson


    "Batim" wrote:

    >
    > =SUMPRODUCT(--(examinations="ribs"),--(type="mine"),--(radiographer="koos")).
    > In this formula how can I change type= to look for everything stating
    > with m and not the word mine.
    >
    > Regads
    >
    >
    > --
    > Batim
    > ------------------------------------------------------------------------
    > Batim's Profile: http://www.excelforum.com/member.php...o&userid=36413
    > View this thread: http://www.excelforum.com/showthread...hreadid=562155
    >
    >


  4. #4
    Registered User
    Join Date
    07-16-2006
    Posts
    4
    Thanks it is working. Where can I get learn all this stuff

  5. #5
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    Quote Originally Posted by Jim Thomlinson
    =SUMPRODUCT(--(examinations="ribs"),--(left(type,
    1)="m"),--(radiographer="koos")).
    This won't eliminate the occurences of "mine" though would it?

  6. #6
    Jim Thomlinson
    Guest

    Re: Sumproduct

    Here is the definitive reference on sumproduct. Bob Phillips is the author
    and he hangs around here if there is anything more that you wanted to know...

    http://www.xldynamic.com/source/xld.SUMPRODUCT.html
    --
    HTH...

    Jim Thomlinson


    "Batim" wrote:

    >
    > Thanks it is working. Where can I get learn all this stuff
    >
    >
    > --
    > Batim
    > ------------------------------------------------------------------------
    > Batim's Profile: http://www.excelforum.com/member.php...o&userid=36413
    > View this thread: http://www.excelforum.com/showthread...hreadid=562155
    >
    >


  7. #7
    Jim Thomlinson
    Guest

    Re: Sumproduct

    Since mine starts with "m" it will still be there. You could exclude it if
    you wnated something like this

    =SUMPRODUCT(--(examinations="ribs"),--(left(type,
    1)="m"),--(type<>"Mine"), --(radiographer="koos"))
    --
    HTH...

    Jim Thomlinson


    "MDubbelboer" wrote:

    >
    > Jim Thomlinson Wrote:
    > > =SUMPRODUCT(--(examinations="ribs"),--(left(type,
    > > 1)="m"),--(radiographer="koos")).

    >
    > This won't eliminate the occurences of "mine" though would it?
    >
    >
    > --
    > MDubbelboer
    > ------------------------------------------------------------------------
    > MDubbelboer's Profile: http://www.excelforum.com/member.php...o&userid=36330
    > View this thread: http://www.excelforum.com/showthread...hreadid=562155
    >
    >


  8. #8
    Jim Thomlinson
    Guest

    Re: Sumproduct

    Since mine starts with "m" it will still be there. You could exclude it if
    you wnated something like this

    =SUMPRODUCT(--(examinations="ribs"),--(left(type,
    1)="m"),--(type<>"Mine"), --(radiographer="koos"))
    --
    HTH...

    Jim Thomlinson


    "MDubbelboer" wrote:

    >
    > Jim Thomlinson Wrote:
    > > =SUMPRODUCT(--(examinations="ribs"),--(left(type,
    > > 1)="m"),--(radiographer="koos")).

    >
    > This won't eliminate the occurences of "mine" though would it?
    >
    >
    > --
    > MDubbelboer
    > ------------------------------------------------------------------------
    > MDubbelboer's Profile: http://www.excelforum.com/member.php...o&userid=36330
    > View this thread: http://www.excelforum.com/showthread...hreadid=562155
    >
    >


+ 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