View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Marcelo Marcelo is offline
external usenet poster
 
Posts: 1,047
Default from daily data to weekly data

Hi, one simple way could be:

in an auxilar column use weekday function. =weedday(a2)

and filter by the result of this function friday = 6


hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"rutger_1" escreveu:

He all,

I have a list of daily data (5 days a week), but i would like to transform
this list in a list with only the data of every friday (so once a week). How
do I do this?

thanx