+ Reply to Thread
Results 1 to 2 of 2

Indian PAN Number Checks

  1. #1
    Registered User
    Join Date
    02-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    7

    Indian PAN Number Checks

    Formula to find the PAN Criteria (1st 5 digits, 4-8 Digits, Last Digit of PAN) Example If PAN No. is "Oracle PAN no.
    1st 5 digits (TEXT)"
    AWIPK8054K AWIPK =LEFT(E21,5)
    Example "Oracle PAN no.
    4th-8th digit
    (Numbers)"
    AWIPK8664K 8664 =MID(E23,6,4)
    Example "Oracle PAN no.
    Last digit
    (TEXT)"
    AWIPK8399K K =RIGHT(E25,1)
    Example "Oracle PAN Company
    Type"
    AWIPK8300K P =MID(E27,4,1)
    AWICK8399K C
    Formula to find if a PAN relates to Company / Non Company (As per 4th Letter of PAN) Example With above reference Formula^ "Oracle PAN Company
    Type
    as per Alpha"
    P Non-Co =IF(F27="","",IF(F27="C","Co","Non-Co"))
    C Co

  2. #2
    Registered User
    Join Date
    02-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Indian PAN Number Checks

    Hi All,

    I need a help in this above PAN Checks, if AWIPK8054K is the PAN No. (Permanent Account number) can we separate only Numbers...
    for e.g; AW1PK8054K is mentioned in the cell, I want to take only : 18054, so that I can know that Wrong PAN No. is updated in ERP

    This will really help Indian Accountants who use to submit TDS payments to Govt.

+ 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. Number to Words in Indian Rupees
    By Sunny_mhl10 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-14-2017, 07:29 AM
  2. Spell Number formula for Indian numberings
    By krishco in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-04-2013, 11:21 AM
  3. [SOLVED] Convert Number to Words (Indian Format)
    By Tilak Minocha in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-05-2012, 06:31 AM
  4. Spell number in indian currency
    By vsts2007 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2010, 04:03 AM
  5. Format excel cell, Indian number
    By pio_proenca in forum Excel General
    Replies: 3
    Last Post: 09-17-2009, 10:16 AM
  6. excel should allow me Indian number grouping ##,##,##,###.##
    By Utkarsh Patel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-22-2006, 02:46 PM
  7. [SOLVED] Indian Number Format - Enabling the calculation
    By Shrikant in forum Excel General
    Replies: 1
    Last Post: 08-09-2005, 03:05 PM
  8. thousand separator as indian style for negative number
    By kamlakar in forum Excel General
    Replies: 0
    Last Post: 07-11-2005, 04:05 PM

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