Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ron Ron is offline
external usenet poster
 
Posts: 250
Default Calculating Social Security Payment Dates

I was wondering if anyone has any ideas as to how to calculate payment dates
for Social Security checks with Excel 2003. As an example: Social Security
makes its payments on a particular day (i.e. Wednesday) and week (i.e. 3rd
week) of every month. I've tried most of Date Functions, but the variance is
stumping me.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Calculating Social Security Payment Dates

Try this, as a starting point: in cells A1-A12, enter 1/1/2006,
2/1/2006 etc thru 12/1/2006. In B1 enter this formula, then copy and
paste down for the rest.
=DATE(YEAR(A1),MONTH(A1),5-WEEKDAY(A1)+14)

But check the April result: it indicates the first day of the month is
a Saturday, and on the Sunday-to-Saturday calendar that is technically
the first week (even though it's just one day)... so the Wednesday of
the third week, in that scenario, is April 12. If that doesn't do it,
replace this part of the formula above
5-WEEKDAY(A1)+14
....with an IF statement that says if the result is less than 12, or 15,
or some appropriate number, perform a different calculation.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Calculating Social Security Payment Dates

Ron,

What constitutes the first week? A period of days with a Wednesday in it?
If so then you want the third Wednesday of the next month.

With any date in A1

=A1+33-DAY(A1+33)+1-WEEKDAY(A1+33-DAY(A1+33)+1-4)+21

should return the third Wednesday of the following month.

or moving the +#'s and -# 'sabout:

=A1-DAY(A1+33)-WEEKDAY(A1+33-DAY(A1+33)-3)+55
--
HTH

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"Ron" wrote in message
...
I was wondering if anyone has any ideas as to how to calculate payment
dates
for Social Security checks with Excel 2003. As an example: Social
Security
makes its payments on a particular day (i.e. Wednesday) and week (i.e. 3rd
week) of every month. I've tried most of Date Functions, but the variance
is
stumping me.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Calculating Social Security Payment Dates

On Wed, 30 Aug 2006 11:43:01 -0700, Ron wrote:

I was wondering if anyone has any ideas as to how to calculate payment dates
for Social Security checks with Excel 2003. As an example: Social Security
makes its payments on a particular day (i.e. Wednesday) and week (i.e. 3rd
week) of every month. I've tried most of Date Functions, but the variance is
stumping me.


Actually, Social Security makes its payments, according to my letter, on the
nth weekday of each month. That is subtly different.

Here's one way of doing it:

A1: 1 jan 2006
A2: =A1+33-DAY(A1+32)
Select A1:A2 & Format/Cells/Number/Custom Type: mmm yyyy

Select A2 and Copy/drag down as far as required

B1: =A1+7-WEEKDAY(A1-DAY(A1)+8-DOW)+(Num-1)*7

DOW = Day of Week (Sun=1, Mon=2, etc)
Num = 1, 2, 3, or 4 depending on which Monday, etc

Format/Cells/Number/Custom Type: dddd, mmmm dd, yyyy
or whatever.

Select B1 and copy/drag down as far as needed.

Column A will show month and year.
Column B will show the actual day/date
--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
social security numbers in Excel MelissaC Excel Discussion (Misc queries) 3 August 17th 06 07:27 PM
Calculating dates Toby0320 Excel Worksheet Functions 11 July 18th 06 04:52 PM
social security numbers Jean Excel Worksheet Functions 4 March 7th 05 07:37 PM
Calculating for number of days when values are in dates pumper Excel Worksheet Functions 7 January 17th 05 04:52 AM
Calculating Due Dates Based on Payments Eric Hanson Excel Worksheet Functions 2 January 6th 05 02:41 AM


All times are GMT +1. The time now is 04:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"