code gives an error

  • Thread starter Thread starter ********Meg
  • Start date Start date
M

********Meg

i am doing some tabulations in excel 2003 and because in some rows there is
no data, i get an error or Dvd! message
is there anyway to code the system to leave those blank?
 
If your formula looks like:

=a1/b1
You can use:
=if(b1=0,"",a1/b1)
 

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