Results 1 to 4 of 4

Thread: Excel formula problem

  1. #1
    mcbtiger is offline Senior Member+
    Last Online
    5th May 2016 @ 03:51 AM
    Join Date
    15 May 2009
    Age
    43
    Posts
    59
    Threads
    53
    Credits
    990
    Thanked
    0

    Default Excel formula problem



    yare mare excel may masla hai kya manay duplicate count karna lakin three colume ko match kar na hai example
    =IF(COUNTIF(C2:C4,C2),COUNTIF(B2:B4,B2),COUNTIF(A2 :A4,A2)) yare ya sirf two colume per kam kar raha hai lakin third colume per kam nahi kar rah hai
    colume A Colume B colume C
    DepositeSlip ClientName PhoneNo Count
    1234506 Aleem 0211234506 2
    1234506 Aleem 0211234506
    1234507 Saleem 0211234507 1




    [

  2. #2
    imranjhang's Avatar
    imranjhang is offline Senior Member+
    Last Online
    11th May 2021 @ 02:36 PM
    Join Date
    17 Dec 2009
    Age
    38
    Posts
    94
    Threads
    1
    Credits
    1,390
    Thanked
    13

    Default

    sir please question zara detail main bata dain....... abhi question clear nahi huwa

  3. #3
    aliraza3992003's Avatar
    aliraza3992003 is offline Senior Member+
    Last Online
    25th November 2013 @ 05:30 AM
    Join Date
    22 Sep 2008
    Posts
    320
    Threads
    49
    Credits
    0
    Thanked
    5

    Default

    DepositeSlip ClientName PhoneNo Count
    1234505 a 52352345 1
    1234506 b 3425254 1
    1234507 c 4532423 1

    kia aap kee requirement yee hay

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

    Default



    Aap k problem k leye waise tu bohat se method hain. Leekan 3 easy ways.

    1. As per your sample data agar duplicate aik dosra k neeche hain tu try this
    Code:
    =IF(A2=A1,"",SUMPRODUCT(--($A$2:$A$4=A2),--($B$2:$B$4=B2),--($C$2:$C$4=C2)))
    2. Agar duplicate aik dosre k neeche nahee hain tu try this traditional function
    Code:
    =SUMPRODUCT(--($A$2:$A$4=A2),--($B$2:$B$4=B2),--($C$2:$C$4=C2))
    3. Ye tradional sumproduct se bohat zayada fast formula ha. Is ko enter karne k leye aap forumla copy karain/ya lekhain tu phir "Contorl+shift+Enter" Aik saath press karain aur formula ko neeche jahan tak require he copy kar dain

    Code:
    =SUM(($A$2:$A$4=A2)*($B$2:$B$4=B2)*($C$2:$C$4=C2))
    Note: Ranges/refrences ko zarrorat k mutabiq change kar lain. Dosra Apni ranges ko absolute karain warna aap ka post NO.1 k formula k tarah wrong answer mele ga.
    Behtar ho ga k aap screen shot dain ya apni file attached karain.

    regards

Similar Threads

  1. Solved excel formula problem
    By nissa in forum Solved Problems (IT)
    Replies: 5
    Last Post: 12th May 2015, 12:57 PM
  2. Excel Formula Problem
    By rafiquey in forum Ask an Expert
    Replies: 2
    Last Post: 12th August 2014, 08:04 PM
  3. Want excel formula for this .... problem
    By Nadeem Ahmed Kh in forum Ask an Expert
    Replies: 5
    Last Post: 23rd July 2012, 02:25 PM
  4. Excel sheet formula problem...
    By Sarfraz Hussain in forum Ask an Expert
    Replies: 3
    Last Post: 19th June 2012, 09:59 AM
  5. Ms excel formula problem
    By princechand in forum Ask an Expert
    Replies: 10
    Last Post: 25th June 2010, 07:30 PM

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
  •