![]() |
|
#1
|
|||
|
|||
|
Hi everyone. I hope you can help me.
I have a number of columns with sales revenue in each column. Column C has values of sales which a percentage is paid as commission and I have used the following formula to count the number of sales in this column; =COUNTIF(C2:C33,"<>"&"") The first 10 sales are calculated at 10%, the second are at 15% and all sales greater than 21 are calculated at 20%. However, not all sales include ITEM C, so I require a formula please that can do the following; IF(C34<11, then sum of the first 10 entries that are greater than 0) and multiply by 10%, IF(C34 is between 11 and 21, then sum the first 10 entries that are greater than zero and multiply by 10% plus sum the second 10 entries that are greater than zero and multiply by 15%, IF (C34 >20, then sum the first 10 entries that are greater than zero and multiply by 10% plus sum the second 10 entries that are greater than zero and multiply by 15% and sum the rest of the entries that are greater than zero and multiply by 20%. Sorry if I haven't explained it better, but my brain is really fried with this one. Example.xlsx |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Count # of times "text" is in 1 column is specific date is in the other column
|
ann.acornacchio | Excel | 4 | 12-31-2016 05:40 PM |
Want to copy all rows that contain a specific value in column B
|
mcronin | Excel Programming | 3 | 06-15-2016 09:44 AM |
| Copy column entries on value | Guloluseus | Excel | 3 | 01-05-2015 08:28 PM |
| Greater than today at a specific time | cangelis | Excel | 6 | 10-01-2014 08:48 AM |
| Creating Calendar Entries using Specific Times | ndd811818 | Outlook | 0 | 03-04-2013 10:56 AM |