jrobin5881
Technical User
I have a spreadsheet that is designed to determine monthly cost savings which roll into an annualized amount.
Column F has a date that the end user puts in for when the savings is "expected" to begin. The potential date range used is the fiscal year which is Oct 1, 2008 and ends Sept 31, 2009. In row 8, starting at column "I" I have the column headings begining with Oct-08, then Nov-08, then Dec-08 etc etc. In row 6 above each of the month headings I hid the number of work days for the particular month. So, I6 has 26, J6 has 24 etc etc.
Here's my issue. First I want to add 30 days to the date that my user has input as the expected begining date of savings. Secondly, if the date falls on any date after the first of the month i need to credit them with the remaining work days and not the full month. For instance,my user inputs 11/11/08 in cell F11. What I want to happen is add 30 days to the user input date which makes the date 12/11/08. In cell K11 under the Dec-08 heading (and where the formula below resides)I want to multiply the remaining 16 work days (6 day workweeks - xmas holiday) to determine the expected savings for Decemeber.
If the date were later then December I want to credit the unit with the full amount of work days. So from January to September it will multiply by the full amount of work days in row 6
If the expected savings begin date were to be December I want a zero to appear under the Oct, Nov, and Dec column headings.
Any ideas? or am i biting off too much?
=IF(F11<=K8,K$6*($V11*8),0)
FYI- V11 is a ratio factor being applied to savings.
Column F has a date that the end user puts in for when the savings is "expected" to begin. The potential date range used is the fiscal year which is Oct 1, 2008 and ends Sept 31, 2009. In row 8, starting at column "I" I have the column headings begining with Oct-08, then Nov-08, then Dec-08 etc etc. In row 6 above each of the month headings I hid the number of work days for the particular month. So, I6 has 26, J6 has 24 etc etc.
Here's my issue. First I want to add 30 days to the date that my user has input as the expected begining date of savings. Secondly, if the date falls on any date after the first of the month i need to credit them with the remaining work days and not the full month. For instance,my user inputs 11/11/08 in cell F11. What I want to happen is add 30 days to the user input date which makes the date 12/11/08. In cell K11 under the Dec-08 heading (and where the formula below resides)I want to multiply the remaining 16 work days (6 day workweeks - xmas holiday) to determine the expected savings for Decemeber.
If the date were later then December I want to credit the unit with the full amount of work days. So from January to September it will multiply by the full amount of work days in row 6
If the expected savings begin date were to be December I want a zero to appear under the Oct, Nov, and Dec column headings.
Any ideas? or am i biting off too much?
=IF(F11<=K8,K$6*($V11*8),0)
FYI- V11 is a ratio factor being applied to savings.