D
Dr DR
I have 2 columns of data: Temperature and State. Temperature has either 90 or
130 F values and State has either "Up" or "Down" values.
I would like to count the number of occurrences of "Up"s with a temperature
of 90F in the same row, for example. So in the following example, it is 2
Up's with 90F.
Temp - State
90 - Up
90 - Up
130 - Up
130 - Down
I know this can be done with a pivot table. This is an extra step that I
would like to eliminate.
Any suggestions?
130 F values and State has either "Up" or "Down" values.
I would like to count the number of occurrences of "Up"s with a temperature
of 90F in the same row, for example. So in the following example, it is 2
Up's with 90F.
Temp - State
90 - Up
90 - Up
130 - Up
130 - Down
I know this can be done with a pivot table. This is an extra step that I
would like to eliminate.
Any suggestions?