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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
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,216,488
Messages
6,130,952
Members
449,608
Latest member
jacobmudombe

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