Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 74
Default 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?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting values in one cell based on values in another S2 Excel Discussion (Misc queries) 7 April 18th 09 02:46 AM
Counting Values crawshawpaul Excel Worksheet Functions 3 April 7th 06 06:28 PM
Counting only values EW Excel Worksheet Functions 0 February 15th 06 10:29 PM
counting rows with same values for multiple values Jon Viehe New Users to Excel 4 September 1st 05 03:49 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM


All times are GMT +1. The time now is 09:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"