Consulting

Results 1 to 3 of 3

Thread: Solved: Countif conditions

  1. #1

    Lightbulb Solved: Countif conditions

    Hi,

    I have a spreadsheet with 2 rows and 95 columns. 1st row contains Basic skills of employees and 2nd row for additional skills see the example

    A1 .Net B1 Management
    A2 Database B2 Reporting
    A3 .Net B3 Reporting
    A4 Database B4 Management

    Now I want to count those employees using formula who has Database and Reporting skills. Please help me

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    I assume you mean 2 columns & 95 rows

    =SUMPRODUCT(--(A1:A100="Database"),--(B1:B100="Reporting"))
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  3. #3

    Thanks a lot

    Thank you so much dear friend...

    It works.

    Thanks a lot again....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •