Feeling like an idiot here. I'm trying to write a formula that will give me the highest price the stock has traded since a specific date through today and I keep getting this 41549.6666666667 as the result.
If I change the max to min in the "high" formula it gives me the lowest high since the date but when I change it to max it gives me this 41k number. I was told that 41k # was some sort of date but not sure how to fix it. If you change the stock ticker it gives the same 41k result.
=max(GoogleFinance("F","high", "01/22/2013",today(),"1"))
41549.666666667
My other formula to find the low since a specific date works-
=min(GoogleFinance("AAPL","low", "01/01/2013",now(),"1"))
Can someone tell me how to get fix this?
Thanks!
If I change the max to min in the "high" formula it gives me the lowest high since the date but when I change it to max it gives me this 41k number. I was told that 41k # was some sort of date but not sure how to fix it. If you change the stock ticker it gives the same 41k result.
=max(GoogleFinance("F","high", "01/22/2013",today(),"1"))
41549.666666667
My other formula to find the low since a specific date works-
=min(GoogleFinance("AAPL","low", "01/01/2013",now(),"1"))
Can someone tell me how to get fix this?
Thanks!