Thread
:
How to determine the angle within hexagonal spiral?
View Single Post
#
8
Posted to microsoft.public.excel.misc
Herbert Seidenberg
external usenet poster
Posts: 1,180
How to determine the angle within hexagonal spiral?
Yet another solution with defined names:
Array ={1;2;3;4;5;6;7;8;9;10}
Square =3*Array*(Array-1)
Luka =MAX(Square*(Square<=$A$1))
Lukb =60/MAX(Array*(Square<=$A$1))
B1 =($A$1-Luka)*Lukb
Reply With Quote
Herbert Seidenberg
View Public Profile
Find all posts by Herbert Seidenberg