next thursday formula?

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
 
B

Bob Phillips

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

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Top