I have a spreadsheet that shows the cost difference for fruit between multiple carriers. The ranges in the spreadsheet can be dynamic based on how many fruits or carriers are being compared. I am looking for a way to obtain the monthly cost total by carrier knowing the number of Options can be dynamic. The words Current and Option will always be constant in the export making that a starting point to identify the ranges. I am trying to avoid using INDIRECT if possible.
In row 1, the range should start at the word "Current" (B1)+2 and find the word "*Option*" (H1)-2 to form the range of B3:F31.
Then, sum the monthly cost per fruit for the "Current" option of $100 + $200 + $300 = $600 for the current option.
Here is the start of my formula:
Thank you!
Bookmarks