+ Reply to Thread
Results 1 to 5 of 5

hiding cells

  1. #1
    Registered User
    Join Date
    06-26-2006
    Posts
    2

    hiding cells

    I wrote a very simple program showing my fuel oil consumption. It seems to work ok. my problem is hiding cells that have not in use yet. Is it possible to post my file? I know someone out there will laugh and do it very simply.
    thanks for any help.

    Each day I enter the date, the amount used and It shows how much is remaing in the 'tank' and how much i used each day. my problem, the sheet shows negative number where I haven't entered any data yet..
    franbarb

  2. #2
    Max
    Guest

    Re: hiding cells

    Try error-trapping along these lines ..

    Instead of say, in D2, copied down: =B2*5-C2
    Make it in D2 as: =IF(OR(B2="",C2=""),"",B2*5-C2)
    Copy down

    D2 (col D) will then remain/appear "blank" until values are input into both
    precedents B2 and C2 (cols B and C)
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "franbarb" wrote:
    >
    > I wrote a very simple program showing my fuel oil consumption. It seems
    > to work ok. my problem is hiding cells that have not in use yet. Is it
    > possible to post my file? I know someone out there will laugh and do it
    > very simply.
    > thanks for any help.
    >
    > Each day I enter the date, the amount used and It shows how much is
    > remaing in the 'tank' and how much i used each day. my problem, the
    > sheet shows negative number where I haven't entered any data yet..
    > franbarb
    >
    >
    > --
    > franbarb
    > ------------------------------------------------------------------------
    > franbarb's Profile: http://www.excelforum.com/member.php...o&userid=35807
    > View this thread: http://www.excelforum.com/showthread...hreadid=555813
    >
    >


  3. #3
    Max
    Guest

    Re: hiding cells

    "franbarb" wrote:
    > I am not sure how to do that max ...


    I've implemented the suggestions into sheet: KERO9495
    in your sample file.

    Here's the link:
    http://cjoint.com/?gCcRIEGVtN
    kerosene06_07_rt.XLS
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---

  4. #4
    Registered User
    Join Date
    06-26-2006
    Posts
    2

    thanks MAX

    yes, that is just what I wanted.. this had me stumped for quite a while, even my daughter couldn't figure it out and she uses excel.. This is the only program I use. Many thanks again..
    franbarb

  5. #5
    Max
    Guest

    Re: hiding cells

    Glad it helped, franbarb.
    Thanks for the feedback ..
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "franbarb" wrote:
    > yes, that is just what I wanted.. this had me stumped for quite a
    > while, even my daughter couldn't figure it out and she uses excel..
    > This is the only program I use. Many thanks again..


+ 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