formula to get rid of #value sign
Posted by Lars on January 10, 2002 9:26 AM
Here is my formula
=IF(I4=(RIGHT(I5,3)&"/"&LEFT(I5,3)),J4+J5,IF(I4<>(RIGHT(I3,3)&"/"&LEFT(I3,3)),J4,""))
I'm trying to add if(Iserror to get rid of the #value but it doesn't work.
Help please
Thanks