Thread
:
Calculating Projected Dates
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
external usenet poster
Posts: 4,624
Calculating Projected Dates
One way:
G1: =DATE(YEAR(B1), MONTH(B1)+1, DAY(B1))
In article .com,
wrote:
I know this should be simple... but I haven't used Excel in a while
and I can't figure this out.
I have a list of employees, their start dates, and 3 projected dates
(1 month, 3months, 6months).
I need to enter the employee's start date (Column B) and have column G
(1 month after start), H ( 3 months after start), and I (6 months
after start) all calulated.
I greatly appreciate some direction!
Thanks in advance
James
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey