Hi all
i''ve got a question
How can I represent number between two numbers. For example. When you enter {=SUM(ROW(1:10))} ROW functions returns an array representing numbers between 1 and 10 ({1,2,3,4,5,6,7,8,910}).
Basically I need represent by the same way numbers beteween two times. For example. In A1 I have 05:13 and in B1 I have 09:35. When I convert A1 value them to the decimal I get 0.216666666666667 and for B1 value I get 0.399305555555556.
So, in short, i need function that would represent "Middle numbers" like {0.216666666666667, 0.216666666666668, 0.216666666666669....0.399305555555556}
I need it in my calculations....
Thanks for all for your help....
Bookmarks