Simplify a Learning Curve Calc

mrhat187

New Member
Joined
Jul 15, 2009
Messages
48
Hey guys formula works great, just throwing this out there any ideas on how to simply...I thought about maybe a UDF any thoughts?
<CODE>
=SUM(OFFSET('l-curve'!$B$41,SUM(INDIRECT(ADDRESS(6,4,,,"D-Sche")):INDIRECT(ADDRESS(6+F3,4,,,"D-Sche"))),0,-INDIRECT(ADDRESS(6+F3,4,,,"D-Sche")),1))+SUM(OFFSET('l-curve'!$E$41,SUM(INDIRECT(ADDRESS(6,7,,,"D-Sche")):INDIRECT(ADDRESS(6+F3,7,,,"D-Sche"))),0,-INDIRECT(ADDRESS(6+F3,7,,,"D-Sche")),1))+SUM(OFFSET('l-curve'!$H$41,SUM(INDIRECT(ADDRESS(6,10,,,"D-Sche")):INDIRECT(ADDRESS(6+F3,10,,,"D-Sche"))),0,-INDIRECT(ADDRESS(6+F3,10,,,"D-Sche")),1))+SUM(OFFSET('l-curve'!$K$41,SUM(INDIRECT(ADDRESS(6,13,,,"D-Sche")):INDIRECT(ADDRESS(6+F3,13,,,"D-Sche"))),0,-INDIRECT(ADDRESS(6+F3,13,,,"D-Sche")),1))+SUM(OFFSET('l-curve'!$N$41,SUM(INDIRECT(ADDRESS(6,16,,,"D-Sche")):INDIRECT(ADDRESS(6+F3,16,,,"D-Sche"))),0,-INDIRECT(ADDRESS(6+F3,16,,,"D-Sche")),1))+SUM(OFFSET('l-curve'!$Q$41,SUM(INDIRECT(ADDRESS(6,19,,,"D-Sche")):INDIRECT(ADDRESS(6+F3,19,,,"D-Sche"))),0,-INDIRECT(ADDRESS(6+F3,19,,,"D-Sche")),1))
</CODE>
This is basically 6 products on 6 seperate learning curves and I am summing the values based on its position in the learning curve according to deliveries. So if in a month I am on unit 10, and delivery 6, I only want the values for 10-16, not 1-6, if you don't know what a learning curve is basically its you get more efficient as you build more. Any thoughts on a simplier formula?
 
Last edited:

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,949
Latest member
Dupuhini

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