Hi,
I'm trying to find out if excel can choose consecutive sub arrays from a larger array.
If, for example, the electricity price changes every hour, and my washing machine uses a certain amount of electricity for 3 consecutive hours, how do I find the best time to turn my washing machine on.
I have array with the electricity prices for every hour (lenght 24) of a certain day and one with the usage of my washing machine (lenght 3).
I want to find the minimum of the product of the last array with every sub array of length 3 of the first array. Normally I'd use matlab, but it's not available at work.
I don't know anything about excel, can excel even do this kind of stuff?
Thanks!