I believe what I'm trying to accomplish is simple, but I just can't seem to get any results no matter what function I try.
Here's the scenario. I have a column labled "Date Required" (column K) and a column labled "Date Completed" (column I). I want to capture 3 things from these two columns and chart them. I would like to know the number of times a given "Date Completed" is either on time, late, or early. That way I can pie chart the percentage of jobs throughout the year that are one of those three; on time, late, or early.
I treid using countif to say that if the cells in column K is greater than column I then give me the count. Same thing goes for less than or equal to. Nothing seems to be working and I can't find out if this is even the best function to use.
Any help would be much appreciated!
Here's the scenario. I have a column labled "Date Required" (column K) and a column labled "Date Completed" (column I). I want to capture 3 things from these two columns and chart them. I would like to know the number of times a given "Date Completed" is either on time, late, or early. That way I can pie chart the percentage of jobs throughout the year that are one of those three; on time, late, or early.
I treid using countif to say that if the cells in column K is greater than column I then give me the count. Same thing goes for less than or equal to. Nothing seems to be working and I can't find out if this is even the best function to use.
Any help would be much appreciated!