Hi,
I have a delivery company and want to create an incentive tracking sheet. My drivers will start accumulating fixed commissions after a certain number of deliveries (below chart);
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<tbody>[TR]
[TD]Driver Incentive # of Orders[/TD]
[TD]Commission per order[/TD]
[TD]Payout[/TD]
[/TR]
[TR]
[TD="align: center"]10[/TD]
[TD="align: right"]AED1.00[/TD]
[TD="align: right"]AED1.00[/TD]
[/TR]
[TR]
[TD="align: center"]11[/TD]
[TD="align: right"]AED2.00[/TD]
[TD="align: right"]AED3.00[/TD]
[/TR]
[TR]
[TD="align: center"]12[/TD]
[TD="align: right"]AED3.00[/TD]
[TD="align: right"]AED6.00[/TD]
[/TR]
[TR]
[TD="align: center"]13[/TD]
[TD="align: right"]AED4.00[/TD]
[TD="align: right"]AED10.00[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: right"]AED5.00[/TD]
[TD="align: right"]AED15.00[/TD]
[/TR]
[TR]
[TD="align: center"]15[/TD]
[TD="align: right"]AED6.00[/TD]
[TD="align: right"]AED21.00[/TD]
[/TR]
[TR]
[TD="align: center"]16[/TD]
[TD="align: right"]AED7.00[/TD]
[TD="align: right"]AED28.00[/TD]
[/TR]
[TR]
[TD="align: center"]17[/TD]
[TD="align: right"]AED8.00[/TD]
[TD="align: right"]AED36.00[/TD]
[/TR]
[TR]
[TD="align: center"]18[/TD]
[TD="align: right"]AED9.00[/TD]
[TD="align: right"]AED45.00[/TD]
[/TR]
[TR]
[TD="align: center"]19[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED55.00[/TD]
[/TR]
[TR]
[TD="align: center"]20[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED65.00[/TD]
[/TR]
[TR]
[TD="align: center"]21[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED75.00[/TD]
[/TR]
[TR]
[TD="align: center"]22[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED85.00[/TD]
[/TR]
[TR]
[TD="align: center"]23[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED95.00[/TD]
[/TR]
[TR]
[TD="align: center"]24[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED105.00[/TD]
[/TR]
[TR]
[TD="align: center"]25[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED115.00[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to do is at the closing of the day when entering the total deliveries the cumulative amount to populate in the incentive column of my sheet.
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Driver[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Driver ID[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Location[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Date[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Total Deliveries[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Eligibale for incentive[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Driver Incentive[/TD]
[/TR]
[TR]
[TD="align: center"]Nadir Rafique[/TD]
[TD="align: center"]1096[/TD]
[TD="align: center"]Dubai[/TD]
[TD="align: center"]01/05/2018[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=E8DFBE]#E8DFBE[/URL] , align: center"]22[/TD]
[TD]yes[/TD]
[TD]85[/TD]
[/TR]
</tbody>[/TABLE]
when entering the amount of 22 or any other total in the total deliveries I would like to have driver incentive auto calculate based on the cumulative incentives in the payout info.
I have a delivery company and want to create an incentive tracking sheet. My drivers will start accumulating fixed commissions after a certain number of deliveries (below chart);
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<tbody>[TR]
[TD]Driver Incentive # of Orders[/TD]
[TD]Commission per order[/TD]
[TD]Payout[/TD]
[/TR]
[TR]
[TD="align: center"]10[/TD]
[TD="align: right"]AED1.00[/TD]
[TD="align: right"]AED1.00[/TD]
[/TR]
[TR]
[TD="align: center"]11[/TD]
[TD="align: right"]AED2.00[/TD]
[TD="align: right"]AED3.00[/TD]
[/TR]
[TR]
[TD="align: center"]12[/TD]
[TD="align: right"]AED3.00[/TD]
[TD="align: right"]AED6.00[/TD]
[/TR]
[TR]
[TD="align: center"]13[/TD]
[TD="align: right"]AED4.00[/TD]
[TD="align: right"]AED10.00[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: right"]AED5.00[/TD]
[TD="align: right"]AED15.00[/TD]
[/TR]
[TR]
[TD="align: center"]15[/TD]
[TD="align: right"]AED6.00[/TD]
[TD="align: right"]AED21.00[/TD]
[/TR]
[TR]
[TD="align: center"]16[/TD]
[TD="align: right"]AED7.00[/TD]
[TD="align: right"]AED28.00[/TD]
[/TR]
[TR]
[TD="align: center"]17[/TD]
[TD="align: right"]AED8.00[/TD]
[TD="align: right"]AED36.00[/TD]
[/TR]
[TR]
[TD="align: center"]18[/TD]
[TD="align: right"]AED9.00[/TD]
[TD="align: right"]AED45.00[/TD]
[/TR]
[TR]
[TD="align: center"]19[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED55.00[/TD]
[/TR]
[TR]
[TD="align: center"]20[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED65.00[/TD]
[/TR]
[TR]
[TD="align: center"]21[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED75.00[/TD]
[/TR]
[TR]
[TD="align: center"]22[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED85.00[/TD]
[/TR]
[TR]
[TD="align: center"]23[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED95.00[/TD]
[/TR]
[TR]
[TD="align: center"]24[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED105.00[/TD]
[/TR]
[TR]
[TD="align: center"]25[/TD]
[TD="align: right"]AED10.00[/TD]
[TD="align: right"]AED115.00[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to do is at the closing of the day when entering the total deliveries the cumulative amount to populate in the incentive column of my sheet.
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Driver[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Driver ID[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Location[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Date[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Total Deliveries[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Eligibale for incentive[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=F4CCCC]#F4CCCC[/URL] , align: center"]Driver Incentive[/TD]
[/TR]
[TR]
[TD="align: center"]Nadir Rafique[/TD]
[TD="align: center"]1096[/TD]
[TD="align: center"]Dubai[/TD]
[TD="align: center"]01/05/2018[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=E8DFBE]#E8DFBE[/URL] , align: center"]22[/TD]
[TD]yes[/TD]
[TD]85[/TD]
[/TR]
</tbody>[/TABLE]
when entering the amount of 22 or any other total in the total deliveries I would like to have driver incentive auto calculate based on the cumulative incentives in the payout info.