on ‎2017 Oct 30 3:28 PM
Hi all,
I have a requirement to get the maximum value based on two dimensions. Below is the data.
I need to get the maximum "Sequence 2" value for every unique "Planned Year Quarter" in a unique "Project."
Below is the formula I inserted for "Test1" but I get incorrect results.
=Max[Sequence 2] ForEach ([Planned End Year Quarter])) In ([Project])
Can someone please help me with the correct formula.
Thanks.
Request clarification before answering.
try this.
=Max[Sequence2] IN ([Planned End Year Quarter];[Project])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Amit. It worked.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.