Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DCOUNT? DSUM? | Excel Worksheet Functions | |||
DSUM and DCount when criteria values are similar | Excel Worksheet Functions |