Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The answer to this is that the default is "anything starting with" what is in
the criterion. To get an exact match (as required here) the second line of the criterion needs to be ="=d" which displays as =d. The "right" answer is then obtained. It makes me think about all criteria I have! "Sue" wrote: I have the following formula in a cell: =DSUM(CRData,7,acd) Unfortunately to get the right answer I have to put: =DSUM(CRData,7,acd)-DSUM(CRData,7,acdiv) Why does Excel sum all the €œdiv€ values into the total of €œd€ values so that to get the true €œd€ total uou have to subtract the €œdiv€ (or any other 3 letter group beginning with d). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif with not criterion | Excel Discussion (Misc queries) | |||
SUMIF Criterion with NOT | Excel Worksheet Functions | |||
Vlookup more than one criterion | Excel Worksheet Functions | |||
IF(<criterion across sheets,1,0)? | Excel Worksheet Functions | |||
Countif with row criterion | Excel Programming |