from daily data to weekly data

  • Thread starter Thread starter rutger_1
  • Start date Start date
R

rutger_1

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
 
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:
 
Back
Top