• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Commission Status

Dear all,
Please find the attached excel file, in that commission status get result with yes or no answer in my exported raw data sheet, how can i apply formula to get result of separated by commission amount and non commission amount from an invoice total amount ?
With regards
Jeo
 

Attachments

  • Commission amount Status.xls
    23.5 KB · Views: 11
dear all


My excel shows error "Run time error '1004'. This extension cannot be used with selected file type and so on..

please suggest any solution for this issue ?

jeo
 
Hi Jeo,

Please this: if you want to sum items to be commisioned use:

=SUMPRODUCT((B4:B7=123)*(E4:E7="Yes")*(D4:D7*H4:H7))

This will show total of the individual omissions.

If you want individual comission then put in F4 this and drag down:

=IF(E4="Yes",H4*D4,0)
 
Back
Top