Victtor
Board Regular
- Joined
- Jan 4, 2007
- Messages
- 170
- Office Version
- 365
- Platform
- Windows
2 column ranges
column AA=PayDate range
column AB=Wages range
What I have done is list all my bi-weekly pay dates for the next 3 years in column AA. The range is named 'PayDate'. I listed my net pay in column AB and this range is called 'Wages'.
I want to create a budget based on the number of pay dates are in a particular month. I get paid every 14 days. You can use 06/09/2011 as a starting paydate. Sometimes there are 2 paydates and sometimes there are 3 paydates that fall in a given month. I need either VB code or a formula to look in my PayDate range and return the total pay for a particular month.
In Cell B1 I have June, 2011; C1=July, 2011;D1=August, 2011 etc.
So,
In Cell B2, I need a total of all wages that fall in June, 2011
In Cell C2, I need a total of all wages that fall in July, 2011
In Cell D2, I need a total of all wages that fall in August, 2011
etc...
column AA=PayDate range
column AB=Wages range
What I have done is list all my bi-weekly pay dates for the next 3 years in column AA. The range is named 'PayDate'. I listed my net pay in column AB and this range is called 'Wages'.
I want to create a budget based on the number of pay dates are in a particular month. I get paid every 14 days. You can use 06/09/2011 as a starting paydate. Sometimes there are 2 paydates and sometimes there are 3 paydates that fall in a given month. I need either VB code or a formula to look in my PayDate range and return the total pay for a particular month.
In Cell B1 I have June, 2011; C1=July, 2011;D1=August, 2011 etc.
So,
In Cell B2, I need a total of all wages that fall in June, 2011
In Cell C2, I need a total of all wages that fall in July, 2011
In Cell D2, I need a total of all wages that fall in August, 2011
etc...
Last edited: