Referencing List Items in Formula
I have module D03 that shows how many slots each product family uses. D03 is dimensioned by Time on rows, and PR2 Product Family list and 1 line item 'Slots' on columns. I am trying to write a formula that 1. references data from another module, and 2. does some calculations for all the data in each item for PR2 Product Family.
Answers
-
Out of curiosity, how many products/families do you expect to calculate for and with how many different calculation iterations?
There is a way to do what you're looking at, but it typically involves a significant number of nested IFs and if you add a new product, you're back to updating the calculation (I tried to do something similar for a P&L with accounts that had different methodologies.. it was a mess). I also imagine it's going to hit the calc engine hard as well given all the loops.
Without knowing the scope of work, you may be better off calculating in separate modules (using line items + subsets) and then consolidating with your broader list in an output module.
1