View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
EdStevens[_2_] EdStevens[_2_] is offline
external usenet poster
 
Posts: 5
Default formula for finding Friday

Looping through a series of cells with dates, need to compute from the
given date the date of the following Friday. If the given date *is*
Friday, I need that date returned, not the date of the Friday of the
following week.

Thanks.