Worksheet A (Base Volume Data) contains a list of project numbers with a quantity per week for each project. Worksheet B contains activity data for component parts in these projects; Column B contains project numbers; Column N contains cycle times for a specific operation.
Obviously, retrieving the quantity per week via a vlookup and multiplying by the cycle time is easy; =(N4*VLOOKUP(B4,'BASE VOLUME DATA'!$B$4:$E$7,4,))
However, rather than have a separate column to perform this calculation for each component part and then doing a sum of the results, I'm wondering if there is a way to perform the calculations for each row from within one cell. Can this be done with an array formula?
Obviously, retrieving the quantity per week via a vlookup and multiplying by the cycle time is easy; =(N4*VLOOKUP(B4,'BASE VOLUME DATA'!$B$4:$E$7,4,))
However, rather than have a separate column to perform this calculation for each component part and then doing a sum of the results, I'm wondering if there is a way to perform the calculations for each row from within one cell. Can this be done with an array formula?