Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

distribution of bonus

Hi

help me please=)

I want to get the last column in the file excel.

I have a summary table and two attributes Client and Product ( but in real i have 5 attributes) .


Thanks


1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Count(NS)/Count(TOTAL <Client> NS)

or

Sum(NS)/Sum(TOTAL <Client> NS)

View solution in original post

3 Replies
sunny_talwar

May be like this:

Count(NS)/Count(TOTAL <Client> NS)

or

Sum(NS)/Sum(TOTAL <Client> NS)

Anonymous
Not applicable
Author

Try with, Sunny Thave already shared

Sum(NS)/Sum(TOTAL <Client> NS)

effinty2112
Master
Master

Hi Marina,

Something like this perhaps:

Sum(NS)/SUM(TOTAL  <Client> NS) * logbonus/100

Cheers

Andrew