+ Reply to Thread
Results 1 to 2 of 2

I don't want it to display # when there is no result

  1. #1
    Registered User
    Join Date
    10-02-2007
    Posts
    1

    I don't want it to display # when there is no result

    I am using very simple formulas and what not in my programme, yet there is a link to a sheet were I only want the results if there has been something entered. This is because this sheet are reports to be printed and a whole lot of #'s looks funny. If there are no numbers entered then I don't want a # displayed, I need it left blank. Please can someone help

    Thanks

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Limelight
    I am using very simple formulas and what not in my programme, yet there is a link to a sheet were I only want the results if there has been something entered. This is because this sheet are reports to be printed and a whole lot of #'s looks funny. If there are no numbers entered then I don't want a # displayed, I need it left blank. Please can someone help

    Thanks
    Amend your fomulas like this

    =if(your_formula="","",your_formula)

    Replace text "your_formula" with formulas you are currently using.

+ 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