Empty Errors

  • Thread starter Thread starter Don Cleve
  • Start date Start date
D

Don Cleve

Is it possible to supress the error sign created when a
field is left empty or the date returning as 1900 and
display a field as empty but keep the formula until data
is present?
 
Yes but there is a problem with

=IF(K5<0,68,69)

which I use as a formula. Is it possible to use a double
If like IIF for this one?

Thanks again
 
Hi
not quite sure what you're trying to do but try
=IF(K5="","",IF(K5<0,68,69))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top