I made a half-hearted attempt with the Excel formula
r = 1 + a/360
i.e.
a r
5 1.013888889
10 1.027777778
15 1.041666667
20 1.055555556
25 1.069444444
30 1.083333333
etc
where a is an angle in degrees starting at 0 and increasing to 3 x 360
= 1080. Then I used the 'Radar' option in Chart. But I'm darned if I
can get the sort of result I want. Maybe I should be using radians?
But I thought it was likely others had already done this, so rather
than reinvent wheel...
Even better, if anyone has a finished spiral that is importable into
Word, then I'd be delighted to bypass the Excel stage altogether.
--
Terry, West Sussex, UK
As you say, why reinvent the wheel!! Go to Google (Images tab) and search
for spiral. There are hundreds. One should be right for your job.
Andy.
"Terry Pinnell" <terrypi...@dial.pipexTHIS.com> wrote in message
news:s3elfvc9q25ki11t6...@4ax.com...
Well, I sorted my requirement by googling for a spiral image and
editing it in PaintShop Pro. But I'm still interested in seeing an
Excel formula so that I can roll my own.
So, you don't actually need it now!! You're just making up difficult tasks
to see how clever the group is!!
Andy
"Terry Pinnell" <terrypi...@dial.pipexTHIS.com> wrote in message
news:fvllfv0bi1752bqig...@4ax.com...
probably n could be 1 so
x =a*Cos[a]
y=a*Sin[a]
would do.
Brian Clacher
http://xlschool.com
===================================
"Terry Pinnell" <terrypi...@dial.pipexTHIS.com> wrote in message
news:s3elfvc9q25ki11t6...@4ax.com...
>Use an XY chart and calculate the X and Y coords using:
>x =a^n*Cos[a]
>y=a^n*Sin[a]
>
>probably n could be 1 so
>x =a*Cos[a]
>y=a*Sin[a]
>
>would do.
>
>Brian Clacher
>http://xlschool.com
>
Thanks, but I think that's an ellipse!
Brian Clacher
http://xlschool.com
==========================================================
"Terry Pinnell" <terrypi...@dial.pipexTHIS.com> wrote in message
news:6nnofvsm07dguhask...@4ax.com...
Of course, sorry, my mistake.
Thanks for your help.