Forum Discussion
klsanc
Jul 26, 2024Copper Contributor
Pivot Table Summarize Values by Average Greyed Out
I am constructing a Recruitment Dashboard. One of the values I'm trying to include is the average for time to fill. Which is the time from the open date of a job to the close date of a job. When tran...
- Jul 27, 2024
The solution is to change the formula in column E into something that always results in a number.
Could be:
=MAX(0,J2-E2)
klsanc
Jul 27, 2024Copper Contributor
Detlef_Lewin what’s the solution then? I need it to say time to fill to identify what’s being calculated.
Detlef_Lewin
Jul 27, 2024Silver Contributor
The solution is to change the formula in column E into something that always results in a number.
Could be:
=MAX(0,J2-E2)
- klsancJul 27, 2024Copper ContributorThat worked! Appreciate the help.