+ Reply to Thread
Results 1 to 5 of 5

Replace 0s with blanks - IF statement

  1. #1
    Registered User
    Join Date
    08-30-2007
    Posts
    35

    Replace 0s with blanks - IF statement

    Hi this is my current IF statement.

    PHP Code: 

    =IF('\\ukyorw09\HR\IAC New Starter Tracking\IAC\Application\[TestGood5.xls]Master Data'!$K$2:$K$65000="Yes",'\\ukyorw09\HR\IAC New Starter Tracking\IAC\Application\[TestGood5.xls]Master Data'!N3,""
    Where there isnt a value in the sheet its looking up it leaves the cell in this sheet as 0. Is there away to change it so it is blank???

    Thnaks

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    For the blank cell, are you referring to cell N3? If so, try:
    Please Login or Register  to view this content.
    HTH

    Jason

  3. #3
    Registered User
    Join Date
    08-30-2007
    Posts
    35
    No it was just a random cell where i copied the formula from......its like that for the whole sheet????

  4. #4
    Registered User
    Join Date
    08-30-2007
    Posts
    35

    Question Works Fine

    How would i do the same when i am just lookin up a sheet directly as below -

    PHP Code: 
    ='\\ukyorw09\HR\IAC New Starter Tracking\IAC\Application\[TestGood5.xls]Master Data'!A2 

  5. #5
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    For that, you would use:
    PHP Code: 
    =IF('\\ukyorw09\HR\IAC New Starter Tracking\IAC\Application\[TestGood5.xls]Master Data'!A2="","",'\\ukyorw09\HR\IAC New Starter Tracking\IAC\Application\[TestGood5.xls]Master Data'!A2
    Jason

+ 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