+ Reply to Thread
Results 1 to 2 of 2

IFERROR - SEARCH - Look for date/text values and return a specified text name

  1. #1
    Registered User
    Join Date
    08-20-2018
    Location
    Austin, Texas
    MS-Off Ver
    Window 10
    Posts
    3

    IFERROR - SEARCH - Look for date/text values and return a specified text name

    This the formula I am currently using for a sales recruiting funnel that measures our customer recruitment during different stages.

    . =IFERROR(IF(SEARCH("*ADOPTED*",N24,1),"CLOSED")," ")


    I need this formula to also look in J24 for a date value >1. If there is a date > 1, I need it to return "LOST".

    I have no clue how to do this or if its even possible. Any help would be greatly appreciated.


    Best,

    CB

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: IFERROR - SEARCH - Look for date/text values and return a specified text name

    Maybe

    =IF(ISNUMBER(SEARCH("*ADOPTED*",N24)),"CLOSED",IF(N(J24)>1,"LOST",""))

+ 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] Need help with Search Text & IFERROR
    By SanchoPanza1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-09-2016, 12:53 PM
  2. Replies: 2
    Last Post: 09-12-2015, 11:02 AM
  3. Search for text and return values
    By Ninja2k in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-29-2013, 02:22 PM
  4. Replies: 3
    Last Post: 10-03-2012, 03:09 AM
  5. Search text file and return values
    By skyblues in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-27-2011, 11:44 AM
  6. Search text string for range of text values - return match
    By crugg in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-03-2010, 09:55 AM
  7. macro to search text & return values
    By leni in forum Excel General
    Replies: 11
    Last Post: 01-10-2009, 04:38 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