View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary L Brown
 
Posts: n/a
Default DCOUNT and DSUM functions

There is probably at least one cell that contains #N/A in the data range.
DCount() will ignore it. DCountA() will count it. DSum() will return #N/A.
HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


" wrote:

Hi,
I have a DCOUNT formula in Excel 2003 which works perfectly and comes
up with the required result of 556.
=DCOUNT('Raw data'!$B$4:$U$4891,"ABS approach est error",'Dfunction
criteria'!$K$4:$K$5)

However, asking excel 2003 to do exactly the same calculation but for
the DSUM function doesn't work at all. It produces #N/A

=DSUM('Raw data'!$B$4:$U$4891,"+- approach est error",'Dfunction
criteria'!$K$4:$K$5)

Am I missing something here at all?
Cheers
ArtySin