G
Guest
How do I eliminate #Error when using Left Function where some fields are null ?
Right now I'm using =Left$([FuelCapacity],4) which works fine on the fields
that are not null, but I get #Error on the null fields. I've tried using
=nz(Left$([FuelCapacity],4)) but still get the #Error. (FuelCapacity is a
text field) What am I missing ? Can someone please enlighten me.
Thanks Kindly
Right now I'm using =Left$([FuelCapacity],4) which works fine on the fields
that are not null, but I get #Error on the null fields. I've tried using
=nz(Left$([FuelCapacity],4)) but still get the #Error. (FuelCapacity is a
text field) What am I missing ? Can someone please enlighten me.
Thanks Kindly