Forum Discussion
Louisa Dira
May 10, 2017Copper Contributor
Cost estimator for small scale catering
Hello, I need a formula to calculate how much it would cost all up to make a menu item eg, chicken sandwich by looking up each code and multiplying the quantity with its associated unit cost. I have ...
- May 10, 2017
Dear Lousa Dira,
I need to make some ammendments in the previous array formula.
In the mean time, you may use the attached Excel file which contains 2 independent methods of doing the activity. Choose the one you find most appropriate.
Do let me know if any clarification is required.
Vijaykumar Shetye,
Spreadsheet Excellence,
Panaji, Goa, India
vijaykumar shetye
May 10, 2017Brass Contributor
Dear Lousa Dira,
Enter the following Array formula in cell C2 and drag it down.
Array formulas are to be Entered using Control+Shift+Enter instead of Enter.
=SUM(IF(ISERROR(SEARCH("Qty",$E$1:$AG$1)),0,1)*IFERROR(VLOOKUP(D2:AF2,ITEMS!$C$2:$E$48,3,FALSE),0)*IF(ISNUMBER(E2:AG2),E2:AG2),0)
Vijaykumar Shetye,
Spreadsheet Excellence,
Panaji, Goa, India