Profit = Volume*(Price-Cost)

This is done for each row in Profit column. CalcProfit column uses LAMBDA() to find the profit. CalcProfit_2 uses LAMBDA() with a named function (accessible through the project) to find the profit.