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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top