ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Counting Values amongst #N/As (https://www.excelbanter.com/excel-worksheet-functions/235973-counting-values-amongst-n.html)

Paul W Smith

Counting Values amongst #N/As
 
I have a column of Vlookups, I need to know how many are returning a value
and how many are returning #NAs, what formulas do I use to do this?



Bob Phillips[_3_]

Counting Values amongst #N/As
 
=COUNTIF(K:K,"#N/A")

--
__________________________________
HTH

Bob

"Paul W Smith" wrote in message
...
I have a column of Vlookups, I need to know how many are returning a value
and how many are returning #NAs, what formulas do I use to do this?




NBVC[_81_]

Counting Values amongst #N/As
 

=Countif(A1:A100,"#N/A") to count #N/A

and

=Countif(A1:A100,"<#N/A") to count values other than "#N/A"


--
NBVC

Where there is a will there are many ways.
'The Code Cage' (http;//www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=113005


Bob Phillips[_3_]

Counting Values amongst #N/As
 
or even

=COUNTIF(K:K,NA())

--
__________________________________
HTH

Bob

"Paul W Smith" wrote in message
...
I have a column of Vlookups, I need to know how many are returning a value
and how many are returning #NAs, what formulas do I use to do this?





All times are GMT +1. The time now is 01:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com