Hi experts.
I have question about creation array.Which easy way to generate a new array under the conditions?
For example the following image. i am trying to create a new specific blue zone array by using Valuewhen(Hour() >=9 and Hour() <=22 ,C) ,but not work
thank very much.