+ Reply to Thread
Results 1 to 3 of 3

need advice on gathering data

  1. #1
    Registered User
    Join Date
    04-27-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Question need advice on gathering data

    helpfile1a.xlsx

    Hello,
    i am looking for some Help with this Spreadsheet i am creating please.

    the Basic's is i have a sheet called "paperwork" and its a table with all the data at the moment and another called "yearly view by date", what i want this one to do is count how many times a Racf has appeared in the "paperwork" sheet and Ive managed this, but what i also need the "yearly view by date" sheet to do is count how many responses each Racf has provided as well.

    i have no idea how to make this happen ???

    So any help would be appreciated.
    i have attached a copy for anyone would like to have ago.

    Thank you

    Kind Regards

    Chris

    (p.s i had to change the names on the sheets due to data protection)

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: need advice on gathering data

    =COUNTIFS(Paperwork!H:H,I6,Paperwork!L:L,">0")
    Or (Excel 2003 compatable)
    =SUMPRODUCT(--(Paperwork!H:H=I6),--(ISNUMBER(Paperwork!L:L)))
    Either of these help?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    04-27-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: need advice on gathering data

    Thats great
    the help is Much appreaciated ChemistB

    Thank you

    Kind regards

    Chris

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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