It could be useful if you have a variable with a number range,and you want the result to be a different number range.
E.e you have a lowest number of 80 and highest number of 254 and you want the result to be a number between 260 and 920
If you enter in attached excel sheet in correct boxes: 80, 254 , 260 and 290
A formula will be automatically shown, what is required to put in the calculation box of Flowcode
In the above example formula shown is: Variable /100 * 379 + 60 * -72 /100
so in my case if mark_time = 80 then fet_on_time after calculation will be 260
if mark_time = 254 then fet_on_time after calculation will be 920
mark_time = 150 then fet_on_time after calculation will be 525 etc. I have not made excel sheet professional looking in anyway (lack of time

It was created in a short amount of time.
The sheet is protected, but only to stop user form entering numbers in wrong cells.
There is no password to un-protect sheet, so feel free to give sheet a professional look, and even post it on this thread if you wish to.
Hope it comes in handy, as it has done with my Flowcode application. If it has then feed back would be appreciated. Thank you. Just one suggestion, if the formula generates a series of hashes #######, just unlock worksheet, make columns C and E wider then re-protect worksheet.