Forum Discussion

wparker5932's avatar
wparker5932
Frequent Visitor
8 years ago
Solved

Multiply hours by billable rate by change factor

This should be simple but I can't make it work.   To calculate the Revenue from inception to date = I have a timesheet table of hours spent that spans multiple dates for multiple people doing multi...
  • v-juanli-msft's avatar
    v-juanli-msft
    8 years ago

    Hi wparker5932

    Multiply gets hour*billable rate based on each row context without taking any other condition into consideration. So it does not get the total hour*billable rate as you wanted.

    Multipleforonmonth sums the values in “Multiply” column based on the month/year and activity name, thus get the total hour*billable rate as you said.

    If my reply help you solve your problem,could you please accept it as a sloved solution?

     

    Best Regards

    Maggie