+ Reply to Thread
Results 1 to 3 of 3

EXCEL- ='16th'!F18 how to write with IF blank leave blank instead of returning 0

  1. #1
    Registered User
    Join Date
    06-21-2012
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    8

    EXCEL- ='16th'!F18 how to write with IF blank leave blank instead of returning 0

    have this formula ='16th'!F18 in sheet 1 cell C18

    16th is the sheet
    F18 is the cell i want to copy which is empty but the formula returns 0 in cell C18.
    I want it to be blank ("")
    How would i write this.
    I can do it when it doesnt have a different sheet but cant get it to work with a different sheet involved

    I am a novice and learning and need help. So close to getting everything to work on this workbook. All help is appreciated please explain things in simple terms.

    Thanks again

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: EXCEL- ='16th'!F18 how to write with IF blank leave blank instead of returning 0

    You would use

    =IF('16th'!F18=0,"",'16th'!F18)

  3. #3
    Registered User
    Join Date
    06-21-2012
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: EXCEL- ='16th'!F18 how to write with IF blank leave blank instead of returning 0

    Thanks Paul but i ending up finding this before you replied

    =IF(NOT(ISBLANK('16th'!F18)), '16th'!F18, "")

+ 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