Forum Discussion
Rabbiteusz
May 06, 2021Copper Contributor
Production cost calculator with variable price depending on quantity
Hello! I am currently studying logistics. I recently got a project to create a production calculator. It is supposed to work on the principle that: -The factory can produce up to 9 batches of t...
- May 06, 2021= IF(batch<6, 11 - batch, 5) / 10
PeterBartholomew1
May 06, 2021Silver Contributor
= IF(batch<6, 11 - batch, 5) / 10
- RabbiteuszMay 10, 2021Copper ContributorIt works!
Sorry for the delay, but I waited for the professor to review the project. The project went perfectly.
Thank you for your help, Rajesh-S too.