next thursday formula?

  • Thread starter Thread starter Ctrl
  • Start date Start date
C

Ctrl

hi all,
is it possible to get automatically the next thursday's date of a dat
using excel formulas:confused:

thanx in advance
 
=A1+CHOOSE(WEEKDAY(A1),4,3,2,1,0,6,5)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
hi all,
is it possible to get automatically the next thursday's date of a date
using excel formulas:confused:

thanx in advance.


=A1+8-WEEKDAY(A1+3)


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top