I have a table of data, weekly entries as follows
week 1 week 2 week 3 week 4 week 5 week 6 week 10 etc Plot
Availability 50 56 58 45 50 60
Performance 40 42 41 20 45 50
Yield 90 92 93 75 91 90 95
OEE 18.0 21.6 22.1 6.8 20.5 27.0 36.6
In the plot column I want to insert either the latest week, the average, or the best results based on a tick box or similar. Can this be done without me having to write VBA code, if so, how please?
week 1 week 2 week 3 week 4 week 5 week 6 week 10 etc Plot
Availability 50 56 58 45 50 60
Performance 40 42 41 20 45 50
Yield 90 92 93 75 91 90 95
OEE 18.0 21.6 22.1 6.8 20.5 27.0 36.6
In the plot column I want to insert either the latest week, the average, or the best results based on a tick box or similar. Can this be done without me having to write VBA code, if so, how please?