+ Reply to Thread
Results 1 to 3 of 3

hiding blank cells when no results

  1. #1
    Registered User
    Join Date
    06-09-2006
    Posts
    10

    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

  2. #2
    Richard Buttrey
    Guest

    Re: hiding blank cells when no results

    On Fri, 14 Jul 2006 07:11:05 -0400, andyell
    <[email protected]> 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. #3
    Max
    Guest

    Re: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1