+ Reply to Thread
Results 1 to 2 of 2

If Help

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-21-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    449

    If Help

    Hello All,

    Please see attached spreadsheet.

    In Column P, I need a formula that will look in column H and return "Pending CR" IF column H contains "Draft RC Meeting".
    Attached Files Attached Files

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

    Re: If Help

    You can use this formula in P2:

    =IF(ISNUMBER(SEARCH("Draft RC Meeting",H2)),"Pending RC","")

    or this one:

    =IF(COUNTIF(H2,"*Draft RC Meeting*"),"Pending RC","")

    then copy down. You will need to set your Calculation Options to Automatic in order to see the results.

    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)

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