VBA Iterator

panyagak

Active Member
Joined
Feb 24, 2017
Messages
299
Hi Mrexcelians.

I have this formula
Pi = Ni^k (power k)

Applied to this Odds example:
1.51 3.69 5.30 (in columns D, E, F respectively)

Where
Ni represents 1.51, 3.69, 5.30 individually - There are 2 competitors, n, &
N=Sum of the 3 Ni(s)

k is derived as:
Log n / Log(n/N) - k is the SUBJECT OF ITERATION to ENSURE SUMMATION OF THE 3 Pi=1.00 (always).

How can an Iterator for this look like given a large data set, say 12,000
 
Last edited:

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Image is here
 

Attachments

  • IMG_20200119_223002.JPG
    IMG_20200119_223002.JPG
    230.8 KB · Views: 6
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,643
Members
449,093
Latest member
Ahmad123098

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