Hi all,
I'm trying to average the last 5 values in a column after a number of conditions are met. In the attached example, is there a formula that would find the average of the number of days John's last 2 designs took?
I'm thinking something with AVERAGEIFS and TAKE but I can't seem to get it to work myself!
I'm trying to average the last 5 values in a column after a number of conditions are met. In the attached example, is there a formula that would find the average of the number of days John's last 2 designs took?
Person | Action | Days |
Adam | Design | 1 |
John | Design | 7 |
Charlotte | Design | 4 |
Adam | Build | 30 |
Danny | Build | 27 |
Paula | Design | 3 |
John | Build | 41 |
Danny | Design | 5 |
Charlotte | Design | 6 |
Adam | Build | 32 |
Paula | Build | 36 |
John | Build | 33 |
Charlotte | Build | 29 |
John | Design | 2 |
Danny | Design | 4 |
Adam | Build | 19 |
Paula | Build | 27 |
Adam | Design | 5 |
Charlotte | Design | 4 |
John | Design | 1 |
Danny | Build | 34 |