+ Reply to Thread
Results 1 to 12 of 12

Make cells invisible until they are populated

  1. #1
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Make cells invisible until they are populated

    Hi,

    Couple questions regarding the uploaded sheet below
    I'm trying to create an accounting document, but stuck in couple fields

    1) Make balance appear in column E5 only if column C5 OR D5 is polulated, so goes for the rest of the cell in that colu
    2) I like to have 2 digits after the decimal but (same as above) i want it to appear ONLY if there are any decimals to that number, all those 0 become confusing.
    3) I need to make it so the last calculated cell on sheet Jan of column E gets transfered auto to sheet Feb D3 of F3 so the calculations could proceed to the next month

    Thanks for the help

    test1.xlsx

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Make cells invisible until they are populated

    Try this in E5 and copy down (and up)

    PHP Code: 
    =IF(OR(D5<>"",C5<>""),SUM(E4-C5+D5),""

  3. #3
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Make cells invisible until they are populated

    Awesome, Thanks

    That code cleared my problem #1 : )

    1 down 2 more to go : )

  4. #4
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Make cells invisible until they are populated

    For #2 are you trying to show $5.00 as $5 (ie remove hte zeros) but $5.20 as $5.20 or as $5.2?

  5. #5
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Make cells invisible until they are populated

    $5.00 as $5 and
    $5.20 as $5.20

  6. #6
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Make cells invisible until they are populated

    test1(2).xlsx

    Try the attached. It carries forward the balance from January to February.

    I haven't come to terms with your second request though. I personally like all my decimal points aligned. If you go through with this the numbers will be all over the place BUT if that's what you want I'll give it some thought. I'm not sure how you have different formating set up based on the value without writing some VBA which you probably don't want.

  7. #7
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Make cells invisible until they are populated

    on 2nd thought you're right. Think I'll leave it as is.
    Seeing all the repetitions on the balance column made me confusing, but your formula for #1 resolved that issue. So I think it'll be good if i leave it this way.

    As for #3, works like a charm.
    Thanks again for the help.
    How do i turn this thread to solved? I saw the option when i was opening it.

  8. #8
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Make cells invisible until they are populated

    Glad it worked OK. I think only the OP can mark a thread as solved. Can't recall how or where you do this though

  9. #9
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Make cells invisible until they are populated

    Sounds good. We'll leave it to them then.

    Hope i can return the favor one day.

    Cheers

  10. #10
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Make cells invisible until they are populated

    You're the OP - Original poster. I thought there was a button that only you can see to mark as solved. I'm sure someone else will point you in the right direction

  11. #11
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Make cells invisible until they are populated

    thought u meant Operator, as in Admin.
    Will look it up

  12. #12
    Registered User
    Join Date
    05-14-2014
    Location
    Montreal, CA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Make cells invisible until they are populated

    found it, upper right corner in the drop down of "Thread Tools"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Trying to make the MsgBox invisible
    By DPWM in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-26-2013, 04:28 PM
  2. [SOLVED] how to make a sheet invisible?
    By sumesh56 in forum Excel General
    Replies: 3
    Last Post: 04-02-2013, 08:59 PM
  3. [SOLVED] Make button invisible??
    By ohaganli in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-30-2012, 09:41 AM
  4. [SOLVED] How to make a range of Cells / rows Visible or Invisible basis 1 input value
    By Siddps in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-05-2012, 08:58 PM
  5. Make the labels invisible all together
    By Nancy123 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-09-2010, 10:41 AM

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