Does anyone know how to plot a single line on a chart using data sets with different frequencies? Specifically, I'm trying to create a historical price-to-earnings (PE) chart. The earnings data points are quarterly but my price data is daily. My current solution is to assign a calendar quarter (eg. "2Q11") to each price date, then use a vlookup formula to calculate the PE. I was wondering if there was a simpler solution. Thanks!