Esculate cost between to dates based on listed Esc Factors

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,347
Office Version
  1. 365
Platform
  1. Windows
I am in need of a Dynamic formula that will be able to only us the factors for the years that fall between two identified dates. I Attached a spreadsheet to help explain. I appreciate all the help and guidance.
 

Attachments

  • Esc Calc.JPG
    Esc Calc.JPG
    163.5 KB · Views: 9

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Try pasting the following formula in cell F2 and drag-copying it down as needed:

=ROUND(PRODUCT(B2,INDEX(G2:O2,MATCH(YEAR(C2)+1,G$1:O$1,0)):INDEX(G2:O2,MATCH(D2,G$1:O$1,0))),2)
 
Upvote 0
Tetra201 I appreciate you helping, did yours work?
 
Upvote 0
Yes, the formula has been tested to work and to return the expected results on the dataset shown in Post # 1.
 
Upvote 0
Try making sure years in D2:D4 and in G1:O1 are numbers, not text strings (e.g., =ISNUMBER(D2) should return TRUE).
 
Upvote 0

Forum statistics

Threads
1,226,207
Messages
6,189,620
Members
453,559
Latest member
Not_Again

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