Hi,
I have a strange situation. I want to average the numbers (in time format) in column A only when the indicator "1" appears in column B. At first to eyeball it I filtered column B to 1, selected column A and looked at the status bar which provided the average 00:00:02.
However when I then wanted the data in a table I used the formula:
=AVERAGEIF(B:B,"1",A:A)
This returned 00:00:03. I've played with the filter so I know it does change the average in the status bar when filtered to different values, so why would the average displayed in the status bar be different to the one returned by the averageif formula?
Any help would be greatly appreciated - this second makes a big difference to what I'm doing!
I have a strange situation. I want to average the numbers (in time format) in column A only when the indicator "1" appears in column B. At first to eyeball it I filtered column B to 1, selected column A and looked at the status bar which provided the average 00:00:02.
However when I then wanted the data in a table I used the formula:
=AVERAGEIF(B:B,"1",A:A)
This returned 00:00:03. I've played with the filter so I know it does change the average in the status bar when filtered to different values, so why would the average displayed in the status bar be different to the one returned by the averageif formula?
Any help would be greatly appreciated - this second makes a big difference to what I'm doing!