Say in cell A1 I have the date 01/21/2013. Is there a formula I can use in B1 to return the following Wednesday (in this case 01/23/2013)?
Say in cell A1 I have the date 01/21/2013. Is there a formula I can use in B1 to return the following Wednesday (in this case 01/23/2013)?
insert this in b1 and will give you the following WED date
![]()
Please Login or Register to view this content.
Maybe
=A1+7-WEEKDAY(A1+3)
Last edited by jeffreybrown; 01-09-2013 at 11:38 PM.
HTH
Regards, Jeff
I think I understand how that works. Thank you rcm.
you are welcome
Here is another way
=IF(WEEKDAY(A1)=1,A1+3,A1-(WEEKDAY(A1)-4))
Having Sunday = 1, which is the beginning of the week
Last edited by jjtalfama@aol.com; 01-10-2013 at 01:19 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks