Count # of #N/A

GeneralShamu

Board Regular
Joined
Jul 6, 2007
Messages
127
Does anyone know how I can do this?

Say I have:
3
8
5
3
21
#N/A
2
34
5
#N/A

what can I do? I tried =countna(A1:A10) but it doesn't exist, must I use countif?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I think the formula you need will amuse you:
Try this:
Code:
=COUNTIF(A1:A10,"#N/A")

Does that help?
 
Upvote 0
Excel Workbook
LMNOP
29
30
31#N/A#N/A
32#VALUE!3
335
344
35#N/A
368
378
385
394
40#N/A
418
428
43
44=COUNTIF(M31:M42,O31)
Sheet3


Is it the nA your trying to count? if so then use countif
 
Upvote 0

Forum statistics

Threads
1,196,405
Messages
6,015,095
Members
441,868
Latest member
lukeskiiwalker

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