+ Reply to Thread
Results 1 to 3 of 3

need help sorting mobile numbers by carrier

  1. #1
    Registered User
    Join Date
    12-21-2016
    Location
    pakistan
    MS-Off Ver
    2010
    Posts
    2

    need help sorting mobile numbers by carrier

    I have an excel sheet named Data containing mobile number in cell C2 along with other data such as name, feedback etc .in sheet 2 i have carriers mobile code. sample file is attached
    i want to sort the numbers by specific carrier example: If i select ufone all data with code 9233 is displayed (92 is the country code)
    I will highly appreciate any help, which formula to use VLOOKUP or MATCH or any other
    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
    24,724

    Re: need help sorting mobile numbers by carrier

    Put this formula in E2 or your Data sheet (for example, as the column is not being used):

    =IFERROR(INDEX(Sheet2!A:A,MATCH(--LEFT(Data!C2,4),Sheet2!B:B,0)),"")

    Then copy it down. It will return the carrier name, so you could then filter on that column to do further analysis.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-21-2016
    Location
    pakistan
    MS-Off Ver
    2010
    Posts
    2

    Re: need help sorting mobile numbers by carrier

    Thankyou it helped alot

+ 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] Want to verify which mobile numbers are on whatsapp
    By it_electronics2000 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-23-2021, 05:17 AM
  2. Mobile Numbers in Different combination
    By gondal in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-22-2016, 05:58 AM
  3. Sorting by Column on Mobile
    By Gipfish in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 03-30-2016, 01:00 PM
  4. Uk Mobile Telephone Numbers
    By Badvgood in forum Excel General
    Replies: 1
    Last Post: 05-13-2010, 12:54 PM
  5. Cant add a Zero infront of mobile numbers
    By PETER123 in forum Excel General
    Replies: 2
    Last Post: 10-27-2006, 03:55 AM
  6. 0 on mobile numbers
    By shazemmo in forum Excel General
    Replies: 1
    Last Post: 06-07-2006, 09:10 PM
  7. mobile phones numbers
    By sparky in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2005, 12:06 AM

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