Forum Discussion
Calculate Hourly Rate
- 10 years ago
Regarding how to wirte the formula depends on where you would like to use the result.
For example, if you would like to add the calculated results into the current table, we could write the formula in the following format:
As a calculated column:
Projected = DIVIDE(Table1[NonRecurringServicesTotal Actual], Table1[NTEhours])
ActualRate = DIVIDE(Table1[NonRecurringServicesTotal Actual], Table1[Durations])
See if this would help, and if any further help needed, please post back.
Regards,
Charlie Liao
Regarding how to wirte the formula depends on where you would like to use the result.
For example, if you would like to add the calculated results into the current table, we could write the formula in the following format:
As a calculated column:
Projected = DIVIDE(Table1[NonRecurringServicesTotal Actual], Table1[NTEhours])
ActualRate = DIVIDE(Table1[NonRecurringServicesTotal Actual], Table1[Durations])
See if this would help, and if any further help needed, please post back.
Regards,
Charlie Liao