+ Reply to Thread
Results 1 to 7 of 7

IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

  1. #1
    Registered User
    Join Date
    09-19-2019
    Location
    London
    MS-Off Ver
    2011
    Posts
    9

    IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    Hey there,

    so I wrote this formula out and it's worked up to the 10th formula after which it has just started giving FALSE as the value even though I can see values in column D that should mean a TRUE value is given, can anyone spot/explain why this is happening?

    =IF(ISNUMBER(SEARCH("43591",D:D)),"1st Delivery", IF(ISNUMBER(SEARCH("43592",D:D)),"2nd Delivery", IF(ISNUMBER(SEARCH("43593",D:D)),"3rd Delivery", IF(ISNUMBER(SEARCH("43594",D:D)),"4th Delivery", IF(ISNUMBER(SEARCH("43595",D:D)),"5th Delivery", IF(ISNUMBER(SEARCH("43596",D:D)),"6th Delivery", IF(ISNUMBER(SEARCH("43597",D:D)),"7th Delivery", IF(ISNUMBER(SEARCH("43598",D:D)),"8th Delivery", IF(ISNUMBER(SEARCH("43599",D:D)),"9th Delivery", IF(ISNUMBER(SEARCH("43600",D:D)),"10th Delivery", IF(ISNUMBER(SEARCH("43611",D:D)),"11th Delivery", IF(ISNUMBER(SEARCH("43612",D:D)),"12th Delivery", IF(ISNUMBER(SEARCH("43613",D:D)),"13th Delivery", IF(ISNUMBER(SEARCH("43614",D:D)),"14th Delivery", IF(ISNUMBER(SEARCH("43615",D:D)),"15th Delivery",
    IF(ISNUMBER(SEARCH("43616",D:D)),"16th Delivery",))))))))))))))))

    Thanks in advance!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    It would help if you attached a sample Excel workbook, as I'm sure you don't need 16 levels of nested IFs to achieve that.

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

    Don't try to use the Paperclip icon, as it doesn't work on this forum.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-19-2019
    Location
    London
    MS-Off Ver
    2011
    Posts
    9

    Re: IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    Oh brill, I've attached now thank you!
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    Any reason why this part your formula
    IF(ISNUMBER(SEARCH("43600",D:D)),"10th Delivery", IF(ISNUMBER(SEARCH("43611",D:D))
    Jumps from 43600 to 43611, the rest seems to be sequential numbers

  5. #5
    Registered User
    Join Date
    09-19-2019
    Location
    London
    MS-Off Ver
    2011
    Posts
    9

    Re: IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    You're a star, new it was something I had gone blind to. Gosh, thank you a bunch!

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    Glad to help & thanks for the feedback

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: IF(ISNUMBER(SEARCH forumla starts giving FALSE value after the 10th formula?!

    If you could forego the ordinal numbers, then you could replace your long formula with this in F2:

    =IF(AND(INT(D2)>=43591,INT(D2)<=43606),INT(D2)-43590&" delivery","")

    then copy down.

    Hope this helps.

    Pete

+ 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. IF AND ISNUMBER SEARCH Function. Keeps returning false value even if true.
    By joshuarobbins in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-05-2019, 02:53 AM
  2. [SOLVED] advanced filter search giving false header in listbox list
    By nigelog in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-17-2018, 03:21 PM
  3. [SOLVED] If isnumber search function returning false
    By hawkwolf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-14-2018, 02:36 PM
  4. Multiple search terms: (ISNUMBER(SEARCH(". VALUES",1:1))),FALSE)
    By Schultze in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-22-2018, 06:40 AM
  5. [SOLVED] Copy a formula down until ISNUMBER is False, then Change Value
    By Buzz1126 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-26-2017, 09:30 AM
  6. [SOLVED] Not sure where to put false condition within ISNUMBER formula
    By lukela85 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-22-2013, 02:12 PM
  7. Replies: 3
    Last Post: 11-21-2011, 06:44 AM

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