I created rollup field in the portfolio to summarize time reported by the projects. Now I want to calculate the cost of the projects so I created formula field with this calculation:
300 * rollup (real time) / 60
where 300 is the cost per hour. I cannot change the format from time to currency. The field is grayed out.
Could you please advise what I should change in the field setup to unblock formatting?
PS. Similar formula on the project level allows me to change the formatting in this field.
Hi @AnnaPapiernik , I now understand by āreal timeā you meant the āActual timeā field. Any time fields used will lock the formula. The key is to set the formatting BEFORE you Create the field. I think you should be able to create this in the formula of the portfolio level, as long as you try to recreate it but set the format before you create for the first time.
@AnnaPapiernik
Adding to @Richard_Sather ās method, you need to add +0 at the end of your formula like 300*rollup(#actual time)/60+0. After that, you can chose the options in a formatting.