ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   hiding blank cells when no results (https://www.excelbanter.com/excel-worksheet-functions/99281-hiding-blank-cells-when-no-results.html)

andyell

hiding blank cells when no results
 

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


--
andyell
------------------------------------------------------------------------
andyell's Profile: http://www.excelforum.com/member.php...o&userid=35272
View this thread: http://www.excelforum.com/showthread...hreadid=561424


Richard Buttrey

hiding blank cells when no results
 
On Fri, 14 Jul 2006 07:11:05 -0400, andyell
wrote:


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
__________________________

Max

hiding blank cells when no results
 
"andyell" wrote:
.. 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)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


All times are GMT +1. The time now is 02:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com