Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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



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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 296
Default 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



Any Ideas?

Andy


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

HTH

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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
---
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I skip blank cells when writing formulas KatB Excel Worksheet Functions 1 July 11th 06 09:53 PM
Counting blank cells until value is reached Dan Excel Worksheet Functions 9 March 1st 06 12:56 PM
Imported Data creates blank cells that aren't really blank JackieD Excel Worksheet Functions 14 February 23rd 06 12:57 AM
Blank Rows from Merged Cells in Drop Down Menu Kati Excel Discussion (Misc queries) 1 February 20th 06 07:59 PM
CONCATENATE problem with blank cells roger_home Excel Discussion (Misc queries) 1 August 17th 05 09:18 PM


All times are GMT +1. The time now is 01:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"