Create sheet

waseem abbas

New Member
Joined
Dec 5, 2022
Messages
2
Office Version
  1. 2010
Platform
  1. Windows
Need an excel sheet where I can type in twenty names in 20 rows.

In the first column is the sales person name.

In the third column is their sales goal for the month. For example, $31,000.

In the second column is an automatically updating daily goal based on how they did the day before.

For example, if they sell $1,250 on the first day of a 31 day month, their daily goal to sell for the 2nd of the month will be: $31,000 - $1250 = $29750, $29750/30(days left in the month) = $991(amount needed to be sold every day to hit their goal).
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
NameDaily GoalMonthly GoalSold
Waseem$ 1,190.00$ 31,000.00$ 1,250.00

VBA Code:
=(C2-D2)/(EOMONTH(TODAY(), 0)-TODAY())
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,852
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top