Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi!
I need some help. If I type 2/1/05. Since I set the format it would show February 1, 2005 this will appear in cell A1. However in cell A2 I will need the due date which would be the next month March 20, 2005. Is there a function that will look at the date in A1 and offset it to the next month? and if so could the day (20th, 30th, etc) be adjusted? I was trying to use the offset function but, unfortunately, I'm just starting to work with index, match, offset, vlookup etc. Grasping the concept of nesting is somewhat confusing still. thanks for your help. |
#2
![]() |
|||
|
|||
![]()
=DATE(YEAR(A1),MONTH(A1)+1,20)
will return 20th of next month of course 20 can be replaced with a cell where you put the day -- Regards, Peo Sjoblom "taxmom" wrote in message ... Hi! I need some help. If I type 2/1/05. Since I set the format it would show February 1, 2005 this will appear in cell A1. However in cell A2 I will need the due date which would be the next month March 20, 2005. Is there a function that will look at the date in A1 and offset it to the next month? and if so could the day (20th, 30th, etc) be adjusted? I was trying to use the offset function but, unfortunately, I'm just starting to work with index, match, offset, vlookup etc. Grasping the concept of nesting is somewhat confusing still. thanks for your help. |
#3
![]() |
|||
|
|||
![]()
Fantastic!!!
Thank you so, so , so, much! "Peo Sjoblom" wrote: =DATE(YEAR(A1),MONTH(A1)+1,20) will return 20th of next month of course 20 can be replaced with a cell where you put the day -- Regards, Peo Sjoblom "taxmom" wrote in message ... Hi! I need some help. If I type 2/1/05. Since I set the format it would show February 1, 2005 this will appear in cell A1. However in cell A2 I will need the due date which would be the next month March 20, 2005. Is there a function that will look at the date in A1 and offset it to the next month? and if so could the day (20th, 30th, etc) be adjusted? I was trying to use the offset function but, unfortunately, I'm just starting to work with index, match, offset, vlookup etc. Grasping the concept of nesting is somewhat confusing still. thanks for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions | |||
UDF and Calculation tree | Links and Linking in Excel | |||
Formula to determine a future date based on criteria | Excel Worksheet Functions | |||
Show a date based on today | Excel Worksheet Functions | |||
Formula for date function | Excel Worksheet Functions |