Hi all, I am new to this so bare with me. Below is the current solution to my predicament, done manually. I would like to automate the distribution column. For this, the numerator is the TVU column, and the denominator is determined via the COUNTIF() function. The issue is that I cannot get excel to reference the correct TVU, it is often referencing a 0 and trying to divide by the COUNTIF(). The number I need to reference is the value that is followed by a 0. (ex. 8:25 am occurs 3 times, so i need to divide the difference between 8:17 and 8:25 by 3. to get a time for each column) If any one has any insight on fixing this reference problem please share.
thank you, Callum
thank you, Callum
Time | TVU =(time2-time1) | Distribution (?) | CountIF(=COUNTIF($A$2:$A$6,A2)) |
8:00 am | - | - | 1 |
8:17 am | 17:00 | 17:00/1 | 1 |
8:25 am | 8:00 | 8:00/3 | 3 |
8:25 am | 0 | 8:00/3 | 3 |
8:25 am | 0 | 8:00/3 | 3 |
8:40 am | 15:00 | 15:00/1 | 1 |