Hi,
Column A =daily dates (dd/mm/yyyy) for 10 years
Column B = daily natural gas prices
Column C = daily power prices
Cell D1 = Start Date
Cell D2 = Stop Date
Would like to compute correlation between power and gas for dates that fall between my Start Date and Stop Date.
Need to be able to change Start and Stop Dates to see how correlation changes
Something along the lines of a "SumIfs" function but with a "Correlifs" -- Correlifs(power,Gas, Start Date >= D1, Stop Date <=D2)
Thanks in advance for the help!
Column A =daily dates (dd/mm/yyyy) for 10 years
Column B = daily natural gas prices
Column C = daily power prices
Cell D1 = Start Date
Cell D2 = Stop Date
Would like to compute correlation between power and gas for dates that fall between my Start Date and Stop Date.
Need to be able to change Start and Stop Dates to see how correlation changes
Something along the lines of a "SumIfs" function but with a "Correlifs" -- Correlifs(power,Gas, Start Date >= D1, Stop Date <=D2)
Thanks in advance for the help!