+ Reply to Thread
Results 1 to 2 of 2

Trying to create a search cell.

  1. #1
    Registered User
    Join Date
    03-05-2020
    Location
    Hoboken, NJ
    MS-Off Ver
    MS office 16 MAC
    Posts
    1

    Angry Trying to create a search cell.

    The formula is missing an opening or closing parenthesis.

    =IF(ISBLANK($C$2), 0, SEARCH($C$2,$I4&$J4)

    what's wrong with this formula?

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

    Re: Trying to create a search cell.

    You can't use search like that.

    Try this

    =IF(ISBLANK($C$2),0,IF(COUNTIF(I4:J4,C2),"found","not found"))
    HTH
    Regards, Jeff

+ 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] Vba code to search folders to find cell value and create hyperlink
    By sintek in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-16-2016, 01:56 AM
  2. Create User form to perform search using multiple search criteria
    By cherias in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-29-2015, 06:16 AM
  3. Create a search userform to search using multiple criteria
    By Aleemaher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-31-2014, 09:17 AM
  4. Replies: 2
    Last Post: 02-15-2014, 12:03 AM
  5. [SOLVED] search for file, if exist, mark cell and create link
    By elmoinstyle in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-20-2014, 10:14 AM
  6. [SOLVED] Macro/s to create Search Bar to filter to search terms entered activated by Command Button
    By JasonRay in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-08-2013, 03:44 PM
  7. [SOLVED] Create User Input Dialog Box to Enter Keywords for Word Search in a Cell
    By vcs1161 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-06-2013, 01:36 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