Dear Travi, I dont know what to provide in the sample data,
I hope you are aware of google finance symbols for google spreadsheet to retrieve stock quotes like OHLC for any stock
I want monthly OHLC of a stock and weekly OHLC of a stock. I want the formula for that.
Formula is simple but if you share exact sheet than can put formula in it.
Otherwise logically,
Your data will be in a range with dates,
so
1. "Current Date" - 7 will give date_start_w for week
2. "Current Date" - 30 will give date_start_m for month
from that date, you look it up and that range will be data set.
1. Open = open value of date_start
2. high = highest value in the data range
3. low = lowest value in the data range
4. Close=close value of current_date