#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Sumproduct


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

Regad

--
Bati
-----------------------------------------------------------------------
Batim's Profile: http://www.excelforum.com/member.php...fo&userid=3641
View this thread: http://www.excelforum.com/showthread.php?threadid=56215

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Sumproduct

One way:

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

In article ,
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Sumproduct


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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Sumproduct


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


This won't eliminate the occurences of "mine" though would it

--
MDubbelboe
-----------------------------------------------------------------------
MDubbelboer's Profile: http://www.excelforum.com/member.php...fo&userid=3633
View this thread: http://www.excelforum.com/showthread.php?threadid=56215



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE gholly Excel Discussion (Misc queries) 2 September 28th 09 05:07 PM
SUMPRODUCT MIK Excel Worksheet Functions 3 March 15th 09 10:41 PM
Sumproduct Help! Peter[_12_] New Users to Excel 6 March 15th 09 04:32 PM
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM


All times are GMT +1. The time now is 07:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"