View Single Post
  #3   Report Post  
Aladin Akyurek
 
Posts: n/a
Default


Angel160 Wrote:
We are using a spreadsheet to log deals executed. Some of these are
bulk deals and are marked as such on the spreadsheet.

I need to count how many bulk deals we have carried out, which I can do
using CountIf and then I need to count how many of the bulk deals were
over £10,000 and this is where I am struggling. The CountIf formula
only counts one range (which I am using to count the actual number of
bulk deals) while the If formula only looks at one cell at a time,
which isn't what I want.

Has anyone any ideas?

Many thanks.


=SUMPRODUCT(--(MarkRange=BulkMark),--(DealsRange10000))


--
Aladin Akyurek
------------------------------------------------------------------------
Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165
View this thread: http://www.excelforum.com/showthread...hreadid=274943