Happy Pi Day Everyone!

Scott Huish

MrExcel MVP
Joined
Mar 17, 2004
Messages
20,571
Office Version
  1. 365
Platform
  1. Windows
=text(substitute(round(left(pi(),7),4),".",""),"00\/00\/00")
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
=text(substitute(round(left(pi(),7),4),".",""),"00\/00\/00")
Why not go all the way...

=TEXT(1000000000*PI(),"0\/00\/00 0\:00\:00.00000")

I know the fractional seconds are a bit much, but still.:eek:
 
Last edited:
Lost on me

[TABLE="width: 72"]
<colgroup><col width="72"></colgroup><tbody>[TR]
[TD="width: 72"]3/14/15 9:26:53.59

I have no idea how that relates to 3.142857
[/TD]
[/TR]
</tbody>[/TABLE]
 
The first bunch of digits of PI is: 3.14159265359.
It is not 3.142857 (that is the lazy man's estimate of 22/7).
 
This seems to get you the correct date of today. The rounding was to force it to 16. This is just a displayed rounding.

=TEXT(10000*PI(),"0\/00\/00")
 
Last edited:
...that is the lazy man's estimate of 22/7
I have always found the following to be a better estimate of PI (correct to 6 decimal places)...

355/113

and the number is quite easy to memorize... the first three odd digits (1, 3 and 5) doubled up (113355) split in the middle (113 and 355) with the larger value divided by the smaller value.
 
Last edited:
The first bunch of digits of PI is: 3.14159265359.
It is not 3.142857 (that is the lazy man's estimate of 22/7).


So my education was flawed, typical
 

Forum statistics

Threads
1,222,607
Messages
6,167,038
Members
452,093
Latest member
JamesFromAustin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top