Results 1 to 8 of 8

IF Statement - 64 Levels of Nesting Breached

Threaded View

  1. #1
    Registered User
    Join Date
    07-24-2018
    Location
    New York, USA
    MS-Off Ver
    Office 2016
    Posts
    12

    IF Statement - 64 Levels of Nesting Breached

    Hello,

    I'm trying to categorize SKUs in my item list based on values defined in a table on Excel. I thought I had a solution until Excel gave me the error for maximum levels of IF nesting. The formula I was using goes along these lines:

    IF(ISNUMBER(SEARCH("Jack",$C4)),"JACK", IF(ISNUMBER(SEARCH("Cutting",$C4)),"CUTT", IF(ISNUMBER(SEARCH("Hammer",$C4)),"HMMR", IF(ISNUMBER(SEARCH("Lighting",$C4)),"LIGH", ..............

    I have a list of categories in column A and a list of 4-character values matching the category in column B.
    Ex: Hammer in Column A, HAMM in column B. I need a formula that will find the word "Hammer" (Column A) within a product description "Industrial Hammer Drill" ($C4), and attribute the value "HAMM" (Column B) to the item. The same idea applies for the near 500 categories that are in my spreadsheet.

    Thanks!!
    Last edited by mtob; 07-24-2018 at 05:09 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] ¨...more than 64 levels of nesting¨ Help?
    By 1.9tdiaxr in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 08-11-2022, 04:50 PM
  2. More levels of nesting than allowed
    By Gappy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-23-2015, 04:17 PM
  3. IF statement nesting levels
    By rod642 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2014, 10:53 AM
  4. [SOLVED] levels of nesting help
    By jamiemu in forum Excel General
    Replies: 4
    Last Post: 05-15-2012, 06:44 PM
  5. levels of nesting
    By buddydubbo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-02-2011, 01:29 AM
  6. Levels of Nesting more than 7
    By Bigwilliewilcox in forum Excel General
    Replies: 5
    Last Post: 12-04-2010, 05:14 AM
  7. too many levels of nesting
    By gss in forum Excel General
    Replies: 7
    Last Post: 04-02-2009, 09:01 PM

Tags for this Thread

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