+ Reply to Thread
Results 1 to 6 of 6

Formula should count sheet1 and show in sheet2

  1. #1
    Registered User
    Join Date
    06-06-2013
    Location
    mumbai
    MS-Off Ver
    Excel 2007
    Posts
    40

    Formula should count sheet1 and show in sheet2

    IN SHEET1 ONE THERE ARE VALUE OF A , B , C , D , E , F, G, H, I, J, K, MULTIPLE TIMES MEANS THERE ARE MANY TIME "A" "B" AND --ON
    I WANT A FORMULA SO THAT ON SHEET2 WHEN I TYPE "A" IN COLUMN A1 IT SHOULD COUNT ALL THE A OF SHEET1 AND DOSPLAY THE COUNT IN SHEET2 COLUMN B OR WHEN I TYPE "B" IN COLUMN A1 IT SHOULD COUNT ALL THE B OF SHEET1 AND DOSPLAY THE COUNT IN SHEET2 COLUMN B--AND--ON
    IF ANYBODY CAN TELL HOW TO DO THIS PROBLEM

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Formula should count sheet1 and show in sheet2

    Use countif like this...

    In Sheet2

    In A2 Cell
    A

    In B2 Cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Formula should count sheet1 and show in sheet2

    IN SHEET1 ONE THERE ARE VALUE OF A , B , C , D , E , F, G, H, I, J, K,
    where in sheet 1 ? any particular column / row / range ? or anywhere in sheet 1 ?
    can you upload a sample workbook?

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  4. #4
    Registered User
    Join Date
    06-06-2013
    Location
    mumbai
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: Formula should count sheet1 and show in sheet2

    THANK'S IT WORK
    BUT I WANT TO ASK ONE EXTRA POINT WHAT IF I HAVE MULTIPLE SHEET
    for eg:- i have --sheet1, sheet2, sheet3, sheet4 with same value
    when i type "A"in column A1 it should calculate "A" from all four sheet and display the count in sheet 5
    pls help with this

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Formula should count sheet1 and show in sheet2

    Just duplicate the formula and add it like this...

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Or

    Use =COUNTIF.3D(3D range,Criteria) function of morefunc addin.

    =COUNTIF.3D(Sheet1:Sheet5!A1:A200,A1) counts the values in Sheet1:Sheet5!A1:A200 which is equal to Cell A1.

  6. #6
    Registered User
    Join Date
    06-06-2013
    Location
    mumbai
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: Formula should count sheet1 and show in sheet2

    Thank's very much
    the "3d' formula did not work dut 1st formula worked
    thank's again

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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