Everything looks like a nail!
July 8, 2009 11:44 AM Subscribe
Asking_for_friendFilter/ExcelFilter: I’ve built a pretty basic calculator in Excel to help people figure out how much to bill for partial months vs. full months. As you can guess, there's...
Is it possible to take a value from one formula result (number of billing periods = 4) and automatically insert rows with values as listed? Is Excel even capable of this? Ideally, this would be a form for internal use only.
Number = 4
Insert 4 rows
Label with date ranges (see example below)
Insert formulas for calculating billing
Example:
Start Date: 08/12/2009
End Date: 11/11/2009
Duration: 3 months
Cost: $1000 per month
Billing Periods: 4
1st Billing Period: 08/12/2009 - 08/31/2009 20 days
2nd Billing Period: 09/01/2009 - 09/30/2009 full month
3rd Billing Period: 10/01/2009 - 10/31/2009 full month
4th Billing Period: 11/01/2009 - 11/11/2009 11 days
Number of Partial Months: 2
Number of Full Months: 2
P.S. - I'm going to try and help him build this in PHP, which should be brain-dead simple, but he'd like the Excel version of the solution too. Thanks!
Is it possible to take a value from one formula result (number of billing periods = 4) and automatically insert rows with values as listed? Is Excel even capable of this? Ideally, this would be a form for internal use only.
Number = 4
Insert 4 rows
Label with date ranges (see example below)
Insert formulas for calculating billing
Example:
Start Date: 08/12/2009
End Date: 11/11/2009
Duration: 3 months
Cost: $1000 per month
Billing Periods: 4
1st Billing Period: 08/12/2009 - 08/31/2009 20 days
2nd Billing Period: 09/01/2009 - 09/30/2009 full month
3rd Billing Period: 10/01/2009 - 10/31/2009 full month
4th Billing Period: 11/01/2009 - 11/11/2009 11 days
Number of Partial Months: 2
Number of Full Months: 2
P.S. - I'm going to try and help him build this in PHP, which should be brain-dead simple, but he'd like the Excel version of the solution too. Thanks!
« Older How do I deal with Dell Inc. customer service hell... | Where to buy electronic components in Los Angeles Newer »
This thread is closed to new comments.
posted by RobinFiveWords at 12:47 PM on July 8, 2009