+ Reply to Thread
Results 1 to 3 of 3

IF the above cell = next then leave empty cell in another Column.

  1. #1
    Registered User
    Join Date
    02-19-2019
    Location
    Austria
    MS-Off Ver
    2013pro
    Posts
    4

    IF the above cell = next then leave empty cell in another Column.

    Hello friends ,

    I need a little help with this formula :

    I have already set the formula that transfers values from one sheet(source) to another(destination) and works fine.

    =IF(ISNUMBER(SEARCH("TPL";APO!B3));"TPL";IF(ISNUMBER(SEARCH("PIS";APO!B3));"PIS"; ))

    Now in the above formula, I want to leave one cell empty in another column (A) , IF the above cell is equal to the next in Column (C).

    When (C3=C2);"" ; ) ; Leave in Column (A) cell A3 empty.

    =IF((C3=C2);""; ) ;IF(ISNUMBER(SEARCH("TPL";APO!B2));"TPL";IF(ISNUMBER(SEARCH("PIS";APO!B2));"PIS"; ))

    When I try to run the above formula a "#Value" error problem appearing ..

    Any thoughts ?

    I really appreciate any help you can provide.

    I left some spaces in characters like the "()" and ";" because it turn to emoticons !
    Attached Files Attached Files
    Last edited by Old R2D2; 03-20-2020 at 01:01 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: IF the above cell = next then leave empty cell in another Column.

    it is the ) =IF(C3=C2,"",IF(ISNUMBER(SEARCH("TPL",APO!B2)),"TPL",IF(ISNUMBER(SEARCH("PIS",APO!B2)),"PIS",)))

  3. #3
    Registered User
    Join Date
    02-19-2019
    Location
    Austria
    MS-Off Ver
    2013pro
    Posts
    4

    Re: IF the above cell = next then leave empty cell in another Column.

    Thank you CRIMEDOG for your answer !

    Actually I have corrected the above because characters like "()" and ";" turn to emoticons ! So now it is corrected.

    If I run separately the first " =IF(ISNUMBER(SEARCH("TPL";APO!B2));"TPL";IF(ISNUMBER(SEARCH("PIS";APO!B2));"PIS"; )) " and second " =IF((C3=C2);""; ) ; "

    then in both cases it is running fine !

    but when I try to run it as one formula " =IF((C3=C2);""; ) ;IF(ISNUMBER(SEARCH("TPL";APO!B2));"TPL";IF(ISNUMBER(SEARCH("PIS";APO!B2));"PIS"; )) "

    the "#value" error problem appears !
    Last edited by Old R2D2; 03-20-2020 at 02:02 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] leave the cell empty if no value
    By mazan2010 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-08-2017, 09:58 AM
  2. How to Leave Truly Empty Cell if Criteria for IF statement is FALSE
    By lowprofile in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2014, 01:24 PM
  3. Leave cell blank when sum is empty
    By UBJ in forum Excel General
    Replies: 2
    Last Post: 07-21-2010, 06:39 PM
  4. Needed- Formula to leave cell empty
    By SJMaye in forum Excel General
    Replies: 2
    Last Post: 04-07-2010, 01:36 PM
  5. Leave cell empty even when there is a formula in it.
    By smidge in forum Excel General
    Replies: 9
    Last Post: 01-19-2010, 02:43 AM
  6. Leave empty cell in a color.
    By bendixboogie in forum Excel General
    Replies: 4
    Last Post: 12-09-2008, 09:26 AM
  7. [SOLVED] How do I leave formula cell blank if 2nd reference cell is empty?
    By Liana S in forum Excel General
    Replies: 2
    Last Post: 10-21-2005, 12:05 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