N
Newbie15
I am doing a VLOOKUP to compare a listing of numbers from 2 seperate years
for respective client names... it looks like this.... =VLOOKUP(A4,'2005
information'!$A$4:$L$97,12,FALSE). Now some of the clients that are in 2005
are not in 2004, so this returns a #N/A error, because there is no number to
look for. Now I want to change #N/A to text like "No respective client" to
give more information and look better than just #N/A, is there a way to do
this, because I have been looking at every formula, and Only found the
Error.Type formula, but this is a circle reference, and it still just returns
#N/A..... =VLOOKUP(A13,'2004
Information'!$A$4:$L$81,12,FALSE)=IF(ERROR.TYPE(C13)=7,"No Respective
Client") This is the circle refernece that returns N/A still.
for respective client names... it looks like this.... =VLOOKUP(A4,'2005
information'!$A$4:$L$97,12,FALSE). Now some of the clients that are in 2005
are not in 2004, so this returns a #N/A error, because there is no number to
look for. Now I want to change #N/A to text like "No respective client" to
give more information and look better than just #N/A, is there a way to do
this, because I have been looking at every formula, and Only found the
Error.Type formula, but this is a circle reference, and it still just returns
#N/A..... =VLOOKUP(A13,'2004
Information'!$A$4:$L$81,12,FALSE)=IF(ERROR.TYPE(C13)=7,"No Respective
Client") This is the circle refernece that returns N/A still.