Help with dates wanted

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Can anybody help me with a dilemma I have in excel. It all revolves around
calendar dates, dates from and dates to and dates in between.

What I am trying to do is construct a spreadsheet which will show me a date
in the future from a date I have entered.

For example:

I want to put a date in say cell A1 (Date of Commencement of work) and from
this date a set of rules will apply.

I want to enter a date in cell A2 (first day of sickness) and from this date
be able to use a chart to determine how much sick pay an employee is
eligible for.

The rules of sick pay entitlement are time based (the longer the service the
more time allowed off sick etc)

If anyone could point me in the right direction re formulas etc I would be
most grateful.

I think that the DATEDIFF function may come into play here?
 
Can anybody help me with a dilemma I have in excel. It all revolves around
calendar dates, dates from and dates to and dates in between.

What I am trying to do is construct a spreadsheet which will show me a date
in the future from a date I have entered.

For example:

I want to put a date in say cell A1 (Date of Commencement of work) and from
this date a set of rules will apply.

I want to enter a date in cell A2 (first day of sickness) and from this date
be able to use a chart to determine how much sick pay an employee is
eligible for.

The rules of sick pay entitlement are time based (the longer the service the
more time allowed off sick etc)

If anyone could point me in the right direction re formulas etc I would be
most grateful.

I think that the DATEDIFF function may come into play here?

Excel stores dates as numbers, with 1 = 1/1/1900.

So first you compute the amount of sick pay to which the employee is entitled.
Then add that to the first day of sickness. You may want to use the WORKDAY
function to do this addition.
--ron
 
We cannot help you with a formula. How do you calculate the date in the
future manually? We need to know your rules.

Tyro
 
You might make a table and use VLOOKUP (look in the help index) to get the
values desired.
 
Can anybody help me with a dilemma I have in excel. It all revolves around
calendar dates, dates from and dates to and dates in between.

What I am trying to do is construct a spreadsheet which will show me a date
in the future from a date I have entered.

For example:

I want to put a date in say cell A1 (Date of Commencement of work) and from
this date a set of rules will apply.

I want to enter a date in cell A2 (first day of sickness) and from this date
be able to use a chart to determine how much sick pay an employee is
eligible for.

The rules of sick pay entitlement are time based (the longer the service the
more time allowed off sick etc)

If anyone could point me in the right direction re formulas etc I would be
most grateful.

I think that the DATEDIFF function may come into play here?

Start Date Sick Date from Sick Date to No of Days worked Sick
days
12-Oct-07 12-Nov-07 14-Nov-07 31 3
15-Nov-07 25-Nov-07 25-Nov-07 10 1
 
Back
Top