Me: total newbie, in a hurry. please tell me how, THANKS!
User enters a date in column A (m/d/yy).
Formula in column B needs to show column A date plus 60 days (m/d).
Formula in column C needs to show column A date, minus whatever # of days
until 1st day of that month, then plus one year (m/1/yy).
e.g., 2/1/08 (column C) derived from user entry 2/17/07 (column A)
in column B, try
=A1+60
formatted as m/d
in column C, try
=DATE(YEAR(A1)+1,MONTH(A1),1)
> Me: total newbie, in a hurry. please tell me how, THANKS!
>
[quoted text clipped - 3 lines]
> until 1st day of that month, then plus one year (m/1/yy).
> e.g., 2/1/08 (column C) derived from user entry 2/17/07 (column A)
Lindsay - 03 Aug 2007 17:44 GMT
Works! You've been a life saver, ttthhhaaannnkkksss!!!
> in column B, try
> =A1+60
[quoted text clipped - 10 lines]
> > until 1st day of that month, then plus one year (m/1/yy).
> > e.g., 2/1/08 (column C) derived from user entry 2/17/07 (column A)
JMB - 03 Aug 2007 22:36 GMT
Quite welcome.
> Works! You've been a life saver, ttthhhaaannnkkksss!!!
>
[quoted text clipped - 12 lines]
> > > until 1st day of that month, then plus one year (m/1/yy).
> > > e.g., 2/1/08 (column C) derived from user entry 2/17/07 (column A)