View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bhoward425 bhoward425 is offline
external usenet poster
 
Posts: 1
Default excel function to give the area of a circle?

I'm working my way through learning to build spreadsheets. How would I create
the function to give the area of a circle. I know the formula A=PI*r(squared)
but don' know the excel functions. I tried "=(PI)*(Power('diameter
cell'/2),2)" but that wouldn't work.