+ Reply to Thread
Results 1 to 4 of 4

SEARCH formula is resulting #VALUE!

  1. #1
    Registered User
    Join Date
    08-15-2024
    Location
    Indonesia
    MS-Off Ver
    365
    Posts
    3

    SEARCH formula is resulting #VALUE!

    Hi everyone

    I have a case that i want convert SEARCH result to "OK" "Not OK" output

    I use IFS and combine it with SEARCH

    Here is my formula :

    =IFS(SEARCH("Terima";A2);"OK";SEARCH("Longshift";A2);"OK";SEARCH("Produksi";A2);"OK")

    But, why the second and the third logical resulting #VALUE!

    Error IF SEARCH.png

    My cell format is General and i have typed my formula (not pasted formula)


    Any idea/solution ?

    Thank you

    Error IF SEARCH.xlsx

  2. #2
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    22,056

    Re: SEARCH formula is resulting #VALUE!

    SEARCH returns an error, not False, if it doesn't find the text. Given that you want the same result if any of those items are found, you could use:

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


    See attached.
    Attached Files Attached Files
    Everyone who confuses correlation and causation ends up dead.

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2505 and WPS V2024(12.1.0.18543)
    Posts
    4,113

    Re: SEARCH formula is resulting #VALUE!

    Cell B2 formula Drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    2,009

    Re: SEARCH formula is resulting #VALUE!

    A
    B
    C
    D
    1
    Penerimaan Result search
    2
    Terima FG Longshift
    0k
    terima
    3
    Longshift Penerimaan FG P1
    0k
    Longshift
    4
    Longshift Penerimaan FG P2
    0k
    Produksi
    5
    Longshift Penerimaan P1
    0k
    6
    Longshift Penerimaan P2
    0k
    7
    Jadwal Produksi
    0k
    8
    produksi 7 jam kerja
    0k
    9
    produksi 7 Jam
    0k



    B2=IF($A2<>"",IF(SUMPRODUCT(COUNTIF($A2,"*"&$D$2:$D$4&"*"))>0,"0k","no match"),"")

    Copy down

+ 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. Go to a Website, Perform a Search, Get & Paste Resulting URL
    By richardking in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-05-2019, 02:05 AM
  2. Formula resulting in FALSE
    By Abbadon486 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-06-2014, 11:24 AM
  3. [SOLVED] Macro that returns a match resulting from highest contains search.
    By WBeach in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-01-2012, 01:41 PM
  4. Excel 2007 : sumifs formula resulting in 0
    By RichGold in forum Excel General
    Replies: 4
    Last Post: 06-14-2011, 01:49 AM
  5. IF OR Formula Resulting In Value Error
    By Kmac in forum Excel General
    Replies: 4
    Last Post: 12-10-2010, 07:52 PM
  6. Formula to convert resulting #N/A to 0
    By cehipso in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-06-2006, 10:20 PM
  7. Formula resulting in 0
    By adodson in forum Excel General
    Replies: 10
    Last Post: 05-31-2006, 02:25 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