Hello,
I am trying to create a Time sheet for users in Forms.
I want users to be able to enter their regular rate of (1)[variable is fstRate], and then for each date enter if there was a special rate ie: 1.5 (2), and have the rate for that day/time displayed in 'Rate' for that date (3)
So if users regular rate is 1.5 (1), and they had special rate of 1.5 for a day (2), then the total rate should be 2.25(3)
The Formula I am using in Date Rate (3) is =IF(Rate_Type=1.5,fstRate*1.5,fstRate).
However when testing I keep getting the error "This field contains Calculation error. References: Rate Type."
What am I doing wrong in this calculation, is this issue that Rate Type field is a drop-down rather than a number?
Thank you,
Darren