hiding blank cells when no results

  • Thread starter Thread starter andyell
  • Start date Start date
A

andyell

I have a spreadsheet to use as a `pricing template i have pre filled the
first 60 lines with the formulae needed b ut until there are entries
made into the first 3 columns the rest of ht ecolumns show #N/A or
#REF!


i have tried to hide them using =if(a3=" "," ",rest of formula

:confused:

Any Ideas?

Andy
 
I have a spreadsheet to use as a `pricing template i have pre filled the
first 60 lines with the formulae needed b ut until there are entries
made into the first 3 columns the rest of ht ecolumns show #N/A or
#REF!


i have tried to hide them using =if(a3=" "," ",rest of formula

:confused:

Any Ideas?

Andy

=if(Iserror(yourfunction),"",yourfunction)

HTH

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 
andyell said:
.. i have tried to hide them using =if(a3=" "," ",rest of formula

Think you were quite close in your attempt, just try it as:
=if(A3="","",rest of formula)

---
 

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