Results 1 to 5 of 5

Thread: Excel help

  1. #1
    Nadeem Ahmed Kh's Avatar
    Nadeem Ahmed Kh is offline Senior Member+
    Last Online
    19th September 2015 @ 10:32 AM
    Join Date
    10 Apr 2009
    Location
    New Delhi
    Gender
    Male
    Posts
    655
    Threads
    115
    Credits
    1,000
    Thanked
    31

    Default Excel help




    Suppose I have two numbers excel sheet, both are contain lot of data like numerical value or text or any other value and suppose some data, value or numerical value are common in both sheet, then what formula should be applied to find out the value or data which are not same in both sheet.


    Aklmand Wo Hai Jo Mout Se Pehle Mout Ki Tayyari Kar Le

  2. #2
    syar is offline Advance Member
    Last Online
    18th April 2024 @ 02:42 PM
    Join Date
    31 Jul 2009
    Location
    Nowshera(KP)
    Age
    47
    Gender
    Male
    Posts
    884
    Threads
    9
    Credits
    563
    Thanked
    340

    Default

    Quote Nadeem Ahmed Kh said: View Post



    Suppose I have two numbers excel sheet, both are contain lot of data like numerical value or text or any other value and suppose some data, value or numerical value are common in both sheet, then what formula should be applied to find out the value or data which are not same in both sheet.
    Walikum Salam

    Go through the following links may be you can adopt. otherwise share your sample data. Or search on forum you will find different solution.

    http://www.itdunya.com/t139775/
    http://www.itdunya.com/t139352/
    http://www.itdunya.com/t161756/

    regards,

  3. #3
    Nadeem Ahmed Kh's Avatar
    Nadeem Ahmed Kh is offline Senior Member+
    Last Online
    19th September 2015 @ 10:32 AM
    Join Date
    10 Apr 2009
    Location
    New Delhi
    Gender
    Male
    Posts
    655
    Threads
    115
    Credits
    1,000
    Thanked
    31

    Default




    Kindly find the attached sheet, there are in the sheet 02 nos of columns where some data/item are same in both column, then how can I calculate that which data or item is not second column, or which data/item are same how we calculate it, whats the formula should be applied. Sukriya .......
    Attached Files Attached Files

  4. #4
    syar is offline Advance Member
    Last Online
    18th April 2024 @ 02:42 PM
    Join Date
    31 Jul 2009
    Location
    Nowshera(KP)
    Age
    47
    Gender
    Male
    Posts
    884
    Threads
    9
    Credits
    563
    Thanked
    340

    Default

    Quote Nadeem Ahmed Kh said: View Post



    Kindly find the attached sheet, there are in the sheet 02 nos of columns where some data/item are same in both column, then how can I calculate that which data or item is not second column, or which data/item are same how we calculate it, whats the formula should be applied. Sukriya .......
    As per your sheet
    Agar Column A to C sa match krna ha tu try

    Code:
    =MATCH(A1,$C$1:$C$19,0)
    the formula will return #NA for No Duplicate and return Row Number of column where exact match found.
    Ya aap apna formula thoda sa modify kr sakte hain like

    Code:
    =IF(ISNUMBER(MATCH(A1,$C$2:$C$190,0)),"the duplicate in row"&MATCH(A1,$C$2:$C$190,0),"No Duplicate")

    Even you use conditional Formatting

    please check the attached file.

    regards
    Attached Files Attached Files

  5. #5
    Nadeem Ahmed Kh's Avatar
    Nadeem Ahmed Kh is offline Senior Member+
    Last Online
    19th September 2015 @ 10:32 AM
    Join Date
    10 Apr 2009
    Location
    New Delhi
    Gender
    Male
    Posts
    655
    Threads
    115
    Credits
    1,000
    Thanked
    31

    Default

    Quote syar said: View Post
    As per your sheet
    Agar Column A to C sa match krna ha tu try

    Code:
    =MATCH(A1,$C$1:$C$19,0)
    the formula will return #NA for No Duplicate and return Row Number of column where exact match found.
    Ya aap apna formula thoda sa modify kr sakte hain like

    Code:
    =IF(ISNUMBER(MATCH(A1,$C$2:$C$190,0)),"the duplicate in row"&MATCH(A1,$C$2:$C$190,0),"No Duplicate")

    Even you use conditional Formatting

    please check the attached file.

    regards

    G^8.............Thanks Sir........thanks.

Similar Threads

  1. Microsoft excel shortcut keys
    By kainat khan in forum General Discussion
    Replies: 0
    Last Post: 21st January 2014, 09:09 AM
  2. Excel 2003 for Starters: The Missing Manual
    By oralover2006 in forum English IT Zone
    Replies: 2
    Last Post: 28th May 2009, 11:01 AM
  3. MicroSoft Excel short cuts
    By khurshid akhtar in forum General Discussion
    Replies: 1
    Last Post: 17th January 2008, 02:58 PM
  4. MS Office 2000 Shortcut Keys
    By general in forum General Discussion
    Replies: 4
    Last Post: 31st May 2007, 04:07 PM
  5. Excel Shortcut Keys
    By cuticle in forum General Discussion
    Replies: 3
    Last Post: 29th January 2007, 07:45 AM

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
  •