#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default radius formula

how do i create a formula to find the radius (circumference=2*3.14r) if i
have the circumference?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default radius formula

Assuming the circumference is in C1...

=C1/(2*PI())

--
Rick (MVP - Excel)


"joelhmiller" wrote in message
...
how do i create a formula to find the radius (circumference=2*3.14r) if i
have the circumference?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default radius formula

On Feb 11, 7:44*pm, joelhmiller
wrote:
how do i create a formula to find the radius (circumference=2*3.14r)
if i have the circumference?


The correct formula is 2*pi*r. Don't use an approximation for pi
(3.14). In Excel, if the circumference is in A1, the radius is:

=A1 / 2 / PI()

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 762
Default radius formula

joelhmiller -

If the value of the circumference is in cell A1, in some other cell enter

=A1/(2*PI())

- Mike Middleton
http://www.MikeMIddleton.com


"joelhmiller" wrote in message
...
how do i create a formula to find the radius (circumference=2*3.14r) if i
have the circumference?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default radius formula

the real question is how do you figure this out? You want to get everything
except the R on one side of the equation, so:

C = 2 * Pi() * R

C/2 = Pi() * R You are dividing both sides by 2

C/2/Pi() = R You are dividing both sides by Pi()


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"joelhmiller" wrote:

how do i create a formula to find the radius (circumference=2*3.14r) if i
have the circumference?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Bubble Chart. Want radius relative to x-axis. Chris Charts and Charting in Excel 4 November 28th 06 09:51 AM
How to draw a circle in excel with specific radius Mile Excel Worksheet Functions 1 April 13th 06 11:06 AM
find radius from chord length kimtp Excel Discussion (Misc queries) 4 June 2nd 05 06:40 PM
setting the radius of a pie chart anson Charts and Charting in Excel 1 February 23rd 05 02:08 PM
setting the radius / area of a pie chart? anson Charts and Charting in Excel 0 February 20th 05 04:41 PM


All times are GMT +1. The time now is 07:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"