G
Guest
I have a series of data that comes in calendar day format, I need to be able to pull out only the working days part, 5 days every week. The data is in the form of two columns, first column contains the date that the data refers to and the second column contains the actual data.
For instance:
12/29/1989 50.0
12/30/1989 50.2
12/31/1989 50.1
1/1/1990 50.4
12/30 and 12/31 are both weekend days so I need to find a formula that checks to see if the date is a weekend day and if so skip to the next non-weekend day. I tried using the weekday function which allows me to do the checking part but I'm stuck on how to put it into a decent formula that I can just copy and paste down many rows.
Thanks,
Matt
For instance:
12/29/1989 50.0
12/30/1989 50.2
12/31/1989 50.1
1/1/1990 50.4
12/30 and 12/31 are both weekend days so I need to find a formula that checks to see if the date is a weekend day and if so skip to the next non-weekend day. I tried using the weekday function which allows me to do the checking part but I'm stuck on how to put it into a decent formula that I can just copy and paste down many rows.
Thanks,
Matt