Return blank

  • Thread starter Darts via OfficeKB.com
  • Start date
D

Darts via OfficeKB.com

here is my formula =sum(b4:B13) return 0 how can i get it to return blank

also how do i correct the bottom formula

=IF((C14/B14)," ",(C14/B14) this returns #DIV/0!
 
P

Pete_UK

I didn't realise you had posted earlier. Try this for your first
query:

=IF(SUM(B4:B13)=0,"",SUM(B4:B13))

For your second query, see my response to your other post.

Hope this helps.

Pete
 

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

Similar Threads


Top