from daily data to weekly data

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
 
M

Marcelo

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