Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've the following pivot table:
| Group | Grades | 90 | 80 | 70 | 60 |
| A | 42 | 50 | 55 | 57 | |
| B | 15 | 18 | 10 | 19 | |
| C | 22 | 10 | 15 | ||
| D | 10 | 8 |
I want the following output:
for each row to place at the cells the min value

Any idea?
Thanks.
PFA, This is not exact, but close to what you want.
Best,
S
This is exactly what you wanted.
Best,
S
Amazing