+ Reply to Thread
Results 1 to 4 of 4

Ignore values

  1. #1
    Registered User
    Join Date
    11-11-2006
    Posts
    13

    Question Ignore values

    I have a spreadsheet that has several boxes that users can input values

    http://www.mysharefile.com/v/1458962...mple3.xls.html

    Please have a look at the above file.

    I want to set up a file so it collates the info at the end of a spreadsheet as shown in the green section.

    Can I set it up so that the explanation box would only show info for values above O. So if the user left Cell E8 as 0, It wouldn't show in the explanation area and it wouldnt bring the text forward from cell B8

    Thanks

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    If you don't want to see any Zero then goto

    Tools > Options > View Tab > unselect Zero values

    If you don't want E8 value to show in E21 then enter this in E21

    =IF(E8=0,"",E8)

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    11-11-2006
    Posts
    13

    Thanks For The Help

    I changed what the formula to

    =IF(E8=0,"",B8

    I dont mind it showing nil, I just didn't want the reason from B8 bringinn to the explanation box.

    Thanks

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Glad I could help

    VBA Noob

+ 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