A statistics question

bradyj7

Board Regular
Joined
Mar 2, 2011
Messages
106
Does anybody know if excel has a function to the following.

I have historical data for a whole year with time in one column and CO2 emissions (values between 200 and 600) in another column. I want to figure out, at what time (or time range) statistically do the lowest values of CO2 emissions (in the range 200-250) tend to occur at.

Any ideas?

Help much appreciated.

Thank you
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Can you copy some data in your thread, also are you looking for a date range or specific time of any day?
 
Upvote 0
Assumptions:
Column A is Time (time of the day / the hour of the day, ie 1, 2, 3,....22, 23, 24)

Column B is CO2 emission levels

Headers
Column C = Hour of Day
Column D = Frequency
Column E = Average

Additions:
Column C starting in cell C2, the sequential numbers 1 - 24
Cell D2 =sumproduct(($A$1:$A$8760=C2)*($B$1:$B$8760<=250)*1)
Cell E2 =sumproduct(($A$1:$A$8760=C2)*($B$1:$B$8760))/Countif($A$1:$A$8760,C2)

Copy D2 and E2 down for Column C, 1 to 24.

This is probably over-simplified, but may get you started.
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,308
Members
452,904
Latest member
CodeMasterX

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top