+ Reply to Thread
Results 1 to 4 of 4

Formula Extension

  1. #1
    Registered User
    Join Date
    02-15-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    32

    Question Formula Extension

    Hi all,

    I am trying to set up a data sheet whereby a column will be counted if the following letters appear e.g. SAR. However the letters will be apended by random 2 or 3 digit numbers e.g. SAR193 or SAR662.

    Can anybody help with writing this formula construction please.

    Thanks
    Last edited by Sandpit; 11-04-2011 at 09:52 AM.

  2. #2
    Forum Contributor
    Join Date
    07-07-2005
    Location
    England
    MS-Off Ver
    Office 2019 Enterprise
    Posts
    464

    Re: Formula Extension

    use the left formula to just get the first 3 characters

    LEFT(A1,3)

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

    Re: Formula Extension

    Try:

    =COUNTIF(A:A,"SAR*")

    where data is in column A
    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.

  4. #4
    Registered User
    Join Date
    02-15-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    32

    Thumbs up Re: Formula Extension

    Much appreciated thanks very much, both work equally well!!

    Cheers

    Sandpit.

+ 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