Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2878

Re: Sum formula with Context (In) not Working as Expected.

$
0
0

use this for total sum excluding  duplicates.

 

=Sum(Max([Amount]) In ([Person]))

 

if you are looking for max amount in all person then use this.

 

=Sum(Max([Amount])ForAll ([Person]))


Viewing all articles
Browse latest Browse all 2878

Trending Articles