+ Reply to Thread
Results 1 to 3 of 3

Only follow formulas with values???

  1. #1
    Registered User
    Join Date
    09-01-2007
    Posts
    7

    Only follow formulas with values???

    Is there a way to specify that a command is only followed through if there is a value?

    I'm trying to get one spreadsheet to read another and place the values into a table as they are put into the original spreadsheet but at the moment it is reading the blank cells as '0', whereas I want it to remain empty until the original cell has a number... if that makes the slightest bit of sense???

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444
    Hi,

    To test if the cell contains a number or not, you could use

    =IF(ISNUMBER(A1),"Value if it's a number","Value if it's not a number")
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    09-01-2007
    Posts
    7
    Brilliant, thanks a lot. That's solved my problem

+ 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