+ Reply to Thread
Results 1 to 4 of 4

Nested IF statements with a Search function

  1. #1
    Registered User
    Join Date
    10-02-2018
    Location
    West Palm Beach
    MS-Off Ver
    360
    Posts
    11

    Exclamation Nested IF statements with a Search function

    Hello All,

    I am hoping that someone can help me with this formula. It seems to breach when I add additional SEARCH functions in a nested IF statement.
    When I added the last criteria to find the word "Reclass" I get a #Value Error

    YES the source cell is TEXT. I did check it.
    YES the word Reclass is in the cell in the sentence: Reclass CAD balance out of 113910

    =IF(K61="Cigna Catalyst Pmt","CIGNA CATALYST",IF(K61="","DIRECT DEPOSITS",IF(K61="Adjustment to Month End Cash Balance for Wells Che","FICOBATCH-CM",IF(LEFT(K61,12)="ZBA Transfer","TRANSFER CREDIT",IF(SEARCH("P/R",K61),"ADP",IF(SEARCH("OCI",K61),"OCI",IF(SEARCH("ach 8/18",K61),"US CUSTOMS",IF(SEARCH("Reclass",K61),"NET"))))))))

    Maybe there is a better way to Categorize items based on row "K"

    THANK YOU!
    Rich

  2. #2
    Forum Contributor
    Join Date
    03-28-2018
    Location
    Houston, TX
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    127

    Re: Nested IF statements with a Search function

    Try this formula. Multiple searches also give me an error. As an alternative, I used the ISNUMBER(FIND()) combination. Worked great for me. I also, closed the last if statement to return a blank if none of the criterion are met.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Thanks!
    Last edited by brant.wheeler; 10-02-2018 at 11:45 AM.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Nested IF statements with a Search function

    Administrative Note:
    HTH
    Regards, Jeff

  4. #4
    Registered User
    Join Date
    10-02-2018
    Location
    West Palm Beach
    MS-Off Ver
    360
    Posts
    11

    Re: Nested IF statements with a Search function

    Thanks dude! It worked! Ca marche! Merci! Macho grassyass!!!

+ 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. Nested If Function/ Search
    By RBPROD3650 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2017, 12:54 PM
  2. [SOLVED] Nested if statements , with the ,IF(ISNUMBER(SEARCH
    By srvgonzalez in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-03-2015, 10:23 AM
  3. 7 nested IF statements with a SEARCH added IF(ISNUMBER(SEARCH({"INSUR","AP REFUND"}
    By michaelproctor001 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 12-10-2013, 02:13 PM
  4. [SOLVED] simple search function using nested IF and Vlookup statements
    By cherryt in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 08-27-2013, 08:45 AM
  5. Help using the AND function with nested IF statements
    By jamieinnh in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-17-2013, 03:58 PM
  6. function to replace nested if statements with linked tables
    By javon27 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-20-2010, 04:30 PM
  7. Nested IF functions with Search statements
    By swpowers27 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-12-2005, 04:28 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