Results 1 to 3 of 3

If Cell is blank, ignore formula and cell = blank

Threaded View

  1. #1
    Registered User
    Join Date
    08-23-2014
    Location
    Calgary, Alberta
    MS-Off Ver
    2010
    Posts
    2

    If Cell is blank, ignore formula and cell = blank

    Hi guys,

    My first post on here. Thanks in advance for the help!


    Here are the formulas that I am currently using to extract data from a cell and paste it into another cell.

    =TEXT(IF(ISERROR(LEFT(R11,FIND($E$1, R11)-1)), R11,LEFT(R11, FIND($E$1, R11)-1)), "000")
    =IF(ISERROR(RIGHT(R11,LEN(R11)-FIND("-",R11))), "",RIGHT(R11,LEN(R11)-FIND("-",R11)))
    =IF(ISNUMBER(VALUE(RIGHT(S11,1)))=FALSE, TEXT(LEFT(S11, LEN(S11)-1), "00")&RIGHT(S11, 1), S11)

    I would like to add a condition where IF R11 is blank, than the cell that this formula is in would also be blank.

    Here is a sample of the data

    TML ID Spool Location Spool2
    001HT3EB-002 001 002 001
    001HT3EB-003 001 003 001
    002HT3EB-002 002 002 002
    002HT3EB-003 002 003 002
    003HT3EB-002 003 002 003


    Again, thanks in advance for the help!
    Last edited by AndrewBa; 08-23-2014 at 05:10 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Sum formula ignore display cell blank
    By Jhon Mustofa in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-30-2014, 07:24 PM
  2. [SOLVED] Formula/Concatenate to ignore a cell if value is blank
    By karimel_romeo in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-13-2013, 04:26 PM
  3. Ignore Cell if it is blank (but still has formula)
    By thelegazy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-25-2013, 12:30 PM
  4. Formula (SUM & IF) to ignore a blank cell?
    By DORourke in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2013, 06:48 PM
  5. How? Ignore cell if blank in an IF formula.
    By n2lectual in forum Excel General
    Replies: 7
    Last Post: 03-26-2008, 03:46 PM

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