+ Reply to Thread
Results 1 to 4 of 4

Caculation of time (KPI)

  1. #1
    Registered User
    Join Date
    08-23-2018
    Location
    UAE
    MS-Off Ver
    2019 business
    Posts
    98

    Caculation of time (KPI)

    hello

    attached a similar file to me actual file

    i want to calculate timing KPI

    and must show me with countif formula how many number is positive/equal/negative "CELL I7/J4/K7"

    but countif not working (not giving me answer of how many number according to my criteria
    Criterias are:
    1-greater than zero (positive)
    2-equal to zero (equal)
    3-less than zero (negative)

    can somebody help

    thanks
    time kpi.xlsx
    Last edited by shj92922; 08-25-2019 at 06:58 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,379

    Re: Caculation of time (KPI)

    COUNTIF is not working in J and K because the formulae are referring to the wrong column.

    It is working in I because there are 0 values less than 0.

    Try these:

    Positive: =COUNTIF(F:F,">"&0)

    Equal 0: =COUNTIF(F:F,"="&0)

    Negative: =COUNTIF(F:F,"<"&0)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-23-2018
    Location
    UAE
    MS-Off Ver
    2019 business
    Posts
    98

    Re: Caculation of time (KPI)

    oh thank you

    sorry for that i just drag it without using dollar sign
    wounder why countifs not worked at my actual sheet i recheck again

    you solve some of my part but negative is showing me long number
    can you something about it
    Attachment 638725

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,526

    Re: Caculation of time (KPI)

    Assuming that you mean that the negative values in column F are displaying as a long string of pound (#) signs, try pasting the following formula into cell F2, then drag the fill handle down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. [SOLVED] formuls not searching first row in caculation using Last Row
    By COURTTROOPER in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-09-2019, 03:32 PM
  2. [SOLVED] HELP! My caculation is running SLOW!
    By jrjeffcoat64 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 05-30-2019, 02:57 PM
  3. caculation of vacation hours
    By Barb54 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 06-04-2016, 10:45 AM
  4. Income tax caculation
    By lanso in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-03-2014, 12:05 PM
  5. [SOLVED] I need to add a margin caculation to a formula
    By mikerules in forum Excel General
    Replies: 3
    Last Post: 04-22-2014, 12:01 PM
  6. Military time caculation help needed
    By azdps in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-12-2006, 01:51 PM
  7. [SOLVED] days caculation
    By Joe in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2005, 10:05 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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1