Forum Discussion

klsanc's avatar
klsanc
Copper Contributor
Jul 26, 2024
Solved

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...
  • Detlef_Lewin's avatar
    Detlef_Lewin
    Jul 27, 2024

    klsanc 

    The solution is to change the formula in column E into something that always results in a number.

    Could be:

    =MAX(0,J2-E2)

     

Resources