J-Walk posted about Benford’s law and I thought I’d test it out. I found an Excel file with a lot of numbers, namely a price list. In a new workbook, I put the following code:
Sub MakeNumbers()
Dim wb As Workbook
Dim ws As Worksheet
Dim rCell As Range
[...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2009/12/02/benfords-law/
Posted
Dec 02 2009, 06:05 PM
by
Daily Dose of Excel