Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello.
I have a situation where I need to calculate a date out three years from a given start date. For example, I have a date, say 6/8/2005, and I want to know what the three year anniversay date is from this date, to inlcude compensating for leap years. I have played with the date functions and tried to formulate a formula to solve this, but to no avail. Any ideas would be helpful. Thank you. NWO. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
with your date in A1
=DATE(YEAR(A1)+3,MONTH(A1),DAY(A1)) -- Regards, Peo Sjoblom "NWO" wrote in message ... Hello. I have a situation where I need to calculate a date out three years from a given start date. For example, I have a date, say 6/8/2005, and I want to know what the three year anniversay date is from this date, to inlcude compensating for leap years. I have played with the date functions and tried to formulate a formula to solve this, but to no avail. Any ideas would be helpful. Thank you. NWO. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Peo.
NWO :) ---------------- "Peo Sjoblom" wrote: with your date in A1 =DATE(YEAR(A1)+3,MONTH(A1),DAY(A1)) -- Regards, Peo Sjoblom "NWO" wrote in message ... Hello. I have a situation where I need to calculate a date out three years from a given start date. For example, I have a date, say 6/8/2005, and I want to know what the three year anniversay date is from this date, to inlcude compensating for leap years. I have played with the date functions and tried to formulate a formula to solve this, but to no avail. Any ideas would be helpful. Thank you. NWO. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I need help; I have a date in column B, the formula in Column C is =b5-14, this returns another date. If that day falls on a Saturday or Sunday, I'd like the returned value to be the previous Friday. I can't figure out how to do this. Can you help? -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=B5-14-(WEEKDAY(B5,2)5)-(WEEKDAY(B5)=1)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sherry Moss" wrote in message ... I need help; I have a date in column B, the formula in Column C is =b5-14, this returns another date. If that day falls on a Saturday or Sunday, I'd like the returned value to be the previous Friday. I can't figure out how to do this. Can you help? -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks, Bob. This will save me load of time.:) -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Still need help, I used the suggested formula and it didn't work for me. Specifically Column B = Feb 04 06 Column C = b1-14 = Jan 21 06 This result is a Saturday. I want it to give me Friday's date = Jan 20 06. -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sherry,
Only just spotted this post. In what way does it not work? It returned 20th Jan for me, which is a Friday. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sherry Moss" wrote in message ... Still need help, I used the suggested formula and it didn't work for me. Specifically Column B = Feb 04 06 Column C = b1-14 = Jan 21 06 This result is a Saturday. I want it to give me Friday's date = Jan 20 06. -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() It returns January 21 for me. Is there anyway I could send you the spreadsheet and you give it a look? I don't know why it would work for you and not me. -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sherry Moss" wrote in message ... It returns January 21 for me. Is there anyway I could send you the spreadsheet and you give it a look? I don't know why it would work for you and not me. -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try again.
Send it to bob dot phillips at tiscali dot co dot uk -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sherry Moss" wrote in message ... It returns January 21 for me. Is there anyway I could send you the spreadsheet and you give it a look? I don't know why it would work for you and not me. -- Sherry Moss ------------------------------------------------------------------------ Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535 View this thread: http://www.excelforum.com/showthread...hreadid=492334 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to calculate future date from date in cell plus days | Excel Worksheet Functions | |||
NETWORKDAYS - Multiple Date Selection | Excel Discussion (Misc queries) | |||
Calculating a Date for the Future | Excel Worksheet Functions | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions | |||
Formula to determine a future date based on criteria | Excel Worksheet Functions |