PRODUCT series excel vba

sandradepar

New Member
Joined
Jun 1, 2020
Messages
4
Office Version
  1. 2007
Platform
  1. Windows
Hi,
Can someone help me?
I don't know how to solve this problem: find the product of a series
c627607f11abb6680f2380e4adbbbf1eff418805


from i=1 to n, where X(i)= b -(n- i )* (r) and r=( (X(n)-X(1)))/n
Lets suppose that n=25 and b=2, X(1)= 0,1472, X(25)=2 and r=0,772
Can someone show us the easiest way how to solve for product of a series by using a code for vba ?

Many thanks in advance
 
Hi,
Can someone help me?
I don't know how to solve this problem: find the product of a series (see the picture bellow)
PRODUCT



from i=1 to n, where X(i)= b -(n- i )* (r) and r=( (X( n )-X(1)))/n
Lets suppose that n=25 and b=2, X(1)= 0,1472, X(25)=2 and r=0,772
Can someone show us the easiest way how to solve for product of a series by using a code for vba ?

Many thanks in advance
 

Attachments

  • prod.JPG
    prod.JPG
    10.3 KB · Views: 11
Upvote 0

Forum statistics

Threads
1,226,771
Messages
6,192,924
Members
453,767
Latest member
922aloose

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