Dcounta criteria question

Joined
May 19, 2011
Messages
2
Hi, I'm in search of some help with the criteria in my DCOUNTA formula. I've got the basic ones to work fine, but I'm trying to do some data validation with this last one, and it's got me stumped.

I think there are a number of ways to address it, but I think if I can resolve the issue below, I can overcome the obstacle I'm facing.

The fundamental issue I have is that I'm trying to count rows where the criteria uses a DOES NOT EQUAL symbol.

i.e. Criteria is ="<>UNASSESSED" to count anything that is not "UNASSESSED".

This doesn't seem to work though so I'm guessing my "s and <>s are not exactly right - or this isn't possible in a dcounta command.

Note: this is being used alongside 3 other criteria if that makes a difference - and although I could count all the non-UNASSESSEDs individually, there are a few too many to make it efficient. I've got this working using a SUM(IF( statement, but the amount of data is prohibiting the use of SUMIFs in the workbook.

Please help!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Welcome to MrExcel Board....

does this work?
Excel Workbook
ABCDEF
1TypeAuditTypeAudit
2Assessed<>UNASSESSED2
3Not Assessed
4Unassessed
43
Sheet3
Excel 2003
Cell Formulas
RangeFormula
F2=DCOUNTA(A1:B59,B1,D1:E2)
 
Upvote 0
Hi,

Thanks for the reply. As is often the way I seemd to have it working now. The two arguments I was having trouble with were:

Criteria 3:
="<>UNASSESSED" (everything but UNASSESSED)

and Criteria 4:
="<>" (All non-blanks)

It seems to be working fine now - but thanks for the speedy response.

:)
 
Upvote 0

Forum statistics

Threads
1,215,493
Messages
6,125,122
Members
449,206
Latest member
burgsrus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top