Hello!
I want to calculate a value in Total Cost column by scanning the formula in the formula column.
For example:
Formula column value:
| Unit Rate * (Distance_Kilometers - 20) / 100 * POW( MTOW_Metric Ton / 50, 0.5) |
The Total Cost should be calculated by taking the value from the Unit Rate column and multiplying it with the value in the distance column and so on.
Essentially I want to scan individual sections of the Total Cost column value and use it to multiply/divide/add/subtract values in other columns.
One thing the formula needs to take care of this is:
It should only calculate values for when MTOW of a particular falls between the values in the MIN and MAX column. Otherwise it should be zero.
I would really appreciate any help