Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MH MH is offline
external usenet poster
 
Posts: 28
Default Solve 1st of month after specified number of days elapsed


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Solve 1st of month after specified number of days elapsed

And the question is?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MH" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Solve 1st of month after specified number of days elapsed

Date + n - DAY(Date + n) + 1

Biff

"MH" wrote in message
...



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Solve 1st of month after specified number of days elapsed

Or, for the 1st of the month for the *next* month:

=DATE(YEAR(Date + n),MONTH(Date + n)+1,1)

Biff

"T. Valko" wrote in message
...
Date + n - DAY(Date + n) + 1

Biff

"MH" wrote in message
...





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MH MH is offline
external usenet poster
 
Posts: 28
Default Solve 1st of month after specified number of days elapsed

An employee becomes eligible for benefits on the first of the month following
a full 180 days of employment. I wanted to be able to enter the hire date
and have a cell compute the eligible date.

"Bernard Liengme" wrote:

And the question is?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MH" wrote in message
...






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Solve 1st of month after specified number of days elapsed

=DATE(YEAR(A1+180),MONTH(A1+180)+1,1)
--
David Biddulph

"MH" wrote in message
...
An employee becomes eligible for benefits on the first of the month
following
a full 180 days of employment. I wanted to be able to enter the hire date
and have a cell compute the eligible date.

"Bernard Liengme" wrote:

And the question is?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MH" wrote in message
...






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MH MH is offline
external usenet poster
 
Posts: 28
Default Solve 1st of month after specified number of days elapsed

Thank you.

"T. Valko" wrote:

Or, for the 1st of the month for the *next* month:

=DATE(YEAR(Date + n),MONTH(Date + n)+1,1)

Biff

"T. Valko" wrote in message
...
Date + n - DAY(Date + n) + 1

Biff

"MH" wrote in message
...






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MH MH is offline
external usenet poster
 
Posts: 28
Default Solve 1st of month after specified number of days elapsed

Thank you.

"David Biddulph" wrote:

=DATE(YEAR(A1+180),MONTH(A1+180)+1,1)
--
David Biddulph

"MH" wrote in message
...
An employee becomes eligible for benefits on the first of the month
following
a full 180 days of employment. I wanted to be able to enter the hire date
and have a cell compute the eligible date.

"Bernard Liengme" wrote:

And the question is?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MH" wrote in message
...







  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Solve 1st of month after specified number of days elapsed

You're welcome!

Biff

"MH" wrote in message
...
Thank you.

"T. Valko" wrote:

Or, for the 1st of the month for the *next* month:

=DATE(YEAR(Date + n),MONTH(Date + n)+1,1)

Biff

"T. Valko" wrote in message
...
Date + n - DAY(Date + n) + 1

Biff

"MH" wrote in message
...








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
Please Help With Days Elapsed And Days Remaining Calculation Scoooter Excel Worksheet Functions 2 June 14th 06 05:10 PM
Fuction that gives number of days of a given month FGOMEZ Excel Worksheet Functions 3 April 21st 06 07:44 PM
Number of Days in the Month Beth Excel Discussion (Misc queries) 2 March 2nd 06 03:44 PM
formula for tracking number of elapsed days from a stard date spm1371 Excel Worksheet Functions 1 January 22nd 06 04:52 AM
number of days in a month Ryan Proudfit Excel Worksheet Functions 8 April 7th 05 08:02 PM


All times are GMT +1. The time now is 08:46 PM.

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

About Us

"It's about Microsoft Excel"