I am creating a program for calculate labour charge. I created a Microsoft power form to collect 3 value.
- No. of Normal working hour ($100)
- No. of OT working hour ($200)
- No. of Overnight working hour ($300)
I have use "initialize variable" create value collect no. of working hour and int the value for calculation.
Before multiple hourly charge and email the result out, we need to verify number of working hours as below criterial.
If value less than or equal to 0, value =0
If value larger than 0 and less than 2, value =2
If value larger than 2, value = value.
Which action should I use ?
I found I am not able to use 2 or 3 if value in one compose.
Please help to advise. Thanks!
iMac