+ Reply to Thread
Results 1 to 2 of 2

Find Specific Trailing Letters and Return Message

  1. #1
    Registered User
    Join Date
    03-05-2009
    Location
    Lester, IA
    MS-Off Ver
    Excel 2003
    Posts
    46

    Find Specific Trailing Letters and Return Message

    All,

    I would like to have a cell (in my attached spreadsheet the cell is B10) post a reminder to me in text ("Ask for 2008 for serial 'A' also") whenever any of the serial numbers in the column above it (in my attached spreadsheet the cells are B2:B8) end with either a "B" or a "C" at the end of them. If none of the cells B2:B8 end with either a "B" or a "C" at the end of them I would like the cell to remain blank.

    I made an attempt at a formula but clearly have not gotten it right yet. I would guess this is pretty simplistic for some of you, so thank you for your patience and for your assistance,

    Cory

    Please see my attached spreadsheet.
    Attached Files Attached Files
    Last edited by Cleman04; 03-24-2009 at 05:20 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: If Formula

    Try:

    =IF(SUMPRODUCT(--ISNUMBER(SEARCH({"B","C"},B2:B8))),"Ask for 2008 for serial 'A' also","")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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