Is there a way to count/sum up the number of VLOOKUP #N/A returns?
Is there a way to count/sum up the number of VLOOKUP #N/A returns?
Last edited by rdirvngjr; 03-15-2011 at 07:50 PM.
Yes you can sort by #N/A and then count from there.
This formula will count #N/A errors in column A
=COUNTIF(A:A,"#N/A")
Audere est facere
if your Vlookup results are in A1:A12 try this
SUMPRODUCT(--(ISNA(A1:A12)))
Windows 7 using Office 2007 & 2010
Remember your [ code ] [ /code ] tags, makes reading soooo much easier
If your VLOOKUP formulas are in A1:A10
this formula returns the count of cells that returned #N/A
![]()
Please Login or Register to view this content.
Is that something you can work with?
Thanks all...
The "COUNTIF" solutions work great. Solved
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks