+ Reply to Thread
Results 1 to 11 of 11

Counting Errors

  1. #1
    Registered User
    Join Date
    06-13-2017
    Location
    usa
    MS-Off Ver
    2013
    Posts
    31

    Counting Errors

    Can you please assist with the following? I am trying to count the number of errors in tab “REF. DAILY DATA” If there is more than one error in one day, count 1 error per day, see highlighted in yellow. Thanks in advance
    to be in compliance with rule #3. I am adding links that i posted in other forums.
    Reddit removed my post
    https://www.ozgrid.com/forum/forum/h...ounting-errors
    https://www.mrexcel.com/forum/excel-...ng-errors.html
    Attached Files Attached Files
    Last edited by tai8; 02-20-2019 at 06:12 AM. Reason: to be in compliance with rule #3

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Counting Errors

    Not really know, which is calculate. I assume that, requirement in "E" column. If it is correct. May be this in "E2":
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Registered User
    Join Date
    06-13-2017
    Location
    usa
    MS-Off Ver
    2013
    Posts
    31

    Re: Counting Errors

    i want to count errors by pay types, columns E to J, my current formula counts every records records/errors in a day per pay types, i want the formula to count only 1 error per day regardless of how many records/errors are found in a day
    test 02 20 19.JPG

    see highlighted in yellow

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Counting Errors

    Is this right?

    E2
    =SUMPRODUCT(('REF. HOURS BY TYPE'!$A$2:$A$20=$A2)/COUNTIFS('REF. HOURS BY TYPE'!$A$2:$A$20,'REF. HOURS BY TYPE'!$A$2:$A$20&""))

    or
    =SUMPRODUCT(('REF. HOURS BY TYPE'!$A$2:$A$20=$A2)/COUNTIFS('REF. HOURS BY TYPE'!$A$2:$A$20,'REF. HOURS BY TYPE'!$A$2:$A$20&"",'REF. HOURS BY TYPE'!$B$2:$B$20,'REF. HOURS BY TYPE'!$B$2:$B$20&""))


    F2:J2
    =SUMPRODUCT(('REF. HOURS BY TYPE'!$A$2:$A$20=$A2)*('REF. HOURS BY TYPE'!$B$2:$B$20=F$1)/COUNTIFS('REF. HOURS BY TYPE'!$A$2:$A$20,'REF. HOURS BY TYPE'!$A$2:$A$20&"",'REF. HOURS BY TYPE'!$B$2:$B$20,'REF. HOURS BY TYPE'!$B$2:$B$20&""))
    Attached Files Attached Files

  5. #5
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,895

    Re: Counting Errors

    Rule 03: Cross-posting Without Telling Us

    Your post does not comply with Rule 3 of our Forum RULES. Do not cross-post your question on multiple forums without telling us about your threads on other forums.

    Post a link to any other forums where you have asked the same question.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).


    No further help to be offered, please, until the OP has complied with this request.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  6. #6
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Counting Errors

    May be this in "E2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    copy paste across.
    Note : Change sheet names as : REF_DAILY_DATA / REF_HOURS_BY_TYPE / REF_PAY_TYPES

  7. #7
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,895

    Re: Counting Errors

    @tai8
    Your crosspost links do not work. Please edit and repost. If necessary, manually type them.

  8. #8
    Registered User
    Join Date
    06-13-2017
    Location
    usa
    MS-Off Ver
    2013
    Posts
    31

    Re: Counting Errors

    To whom it may concern: links are working. Once verify please reactivate post, thanks

  9. #9
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,895

    Re: Counting Errors

    Post is open for activity. Since you have corrected then this should be obvious to all participants and this posting is redundant.

  10. #10
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Counting Errors

    Are you try as per my post 6#

  11. #11
    Registered User
    Join Date
    06-13-2017
    Location
    usa
    MS-Off Ver
    2013
    Posts
    31

    Re: Counting Errors

    Hi Avk, these need to be work on columns E to J. thanks for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Lookup 1 criteria and counting errors
    By Nae2016 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-24-2016, 02:41 AM
  2. Counting errors from an exported file
    By Nalleman in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-09-2011, 09:02 AM
  3. counting input errors
    By guerilla in forum Excel General
    Replies: 1
    Last Post: 12-09-2006, 06:31 PM
  4. VBA counting colors, errors
    By TheRook in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-18-2006, 01:10 PM
  5. Counting Errors
    By Tarique in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-24-2006, 12:54 PM
  6. [SOLVED] Errors in COUNT, COUNTA, COUNTIF when counting merged cells
    By Outback in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-07-2006, 12:35 PM
  7. Replies: 0
    Last Post: 08-25-2005, 03:44 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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1