Dec 29, 2020 01:58 PM
I have Total pay (Currency) earned in one column and duration field in another. How do I calculate my hourly rate per record?
I have only seen how to calculate total pay if you already know the hourly but in this case, I already have the duration and total payout but just need to find out what that means per hour.
Solved! Go to Solution.
Dec 30, 2020 05:32 PM
Hi Josh!
This is very easy to do. When you reference a duration field in a formula, Airtable provides the value in number of seconds. Then you need to divide by 3600 to get hours. So if the pay column is called “Pay” and the duration column is called “Duration”, the formula in a new column “Rate per hour” would be:
Pay/(Duration/3600)
P.S. you can format a formula to show currency by going into the “Formatting” tab in “Customize Field Type”
Dec 30, 2020 05:32 PM
Hi Josh!
This is very easy to do. When you reference a duration field in a formula, Airtable provides the value in number of seconds. Then you need to divide by 3600 to get hours. So if the pay column is called “Pay” and the duration column is called “Duration”, the formula in a new column “Rate per hour” would be:
Pay/(Duration/3600)
P.S. you can format a formula to show currency by going into the “Formatting” tab in “Customize Field Type”