[FONT="]Hi all, first time poster here,[/FONT]
[FONT="]
[/FONT]
[FONT="]I am trying to build a spreadsheet where I can have a list of stocks I am tracking and notify me when a stock makes a new 20 day and 55 day high. I want to link yahoo finance data or google finance data.[/FONT]
[FONT="]
[/FONT]
[FONT="]I found a formula that others said this will work with 52 week highs. I though I could modify this to show new 20 day and 55 day highs. But when I tested this formula on some historical data, I keep getting the #N/A error. Below is the formula[/FONT]
[FONT="]=IFERROR(MAX(INDIRECT("G"&MATCH(A2-365,A:A,0)&":"&"G"&ROW()),0),MAX(INDIRECT("G"&MATCH(A2-365,A:A,1)+1&":"&"G"&ROW()),0))[/FONT]
[FONT="]
[/FONT]
[FONT="]Honestly I'm not the greatest with excel and don't really understand this formula or how to make them.[/FONT]
[FONT="]
[/FONT]
[FONT="]Any help would be much appreciated. [/FONT]
[FONT="]
[/FONT]
[FONT="]Thanks in advance!!
[/FONT]
[FONT="]
[/FONT]
[FONT="]I am trying to build a spreadsheet where I can have a list of stocks I am tracking and notify me when a stock makes a new 20 day and 55 day high. I want to link yahoo finance data or google finance data.[/FONT]
[FONT="]
[/FONT]
[FONT="]I found a formula that others said this will work with 52 week highs. I though I could modify this to show new 20 day and 55 day highs. But when I tested this formula on some historical data, I keep getting the #N/A error. Below is the formula[/FONT]
[FONT="]=IFERROR(MAX(INDIRECT("G"&MATCH(A2-365,A:A,0)&":"&"G"&ROW()),0),MAX(INDIRECT("G"&MATCH(A2-365,A:A,1)+1&":"&"G"&ROW()),0))[/FONT]
[FONT="]
[/FONT]
[FONT="]Honestly I'm not the greatest with excel and don't really understand this formula or how to make them.[/FONT]
[FONT="]
[/FONT]
[FONT="]Any help would be much appreciated. [/FONT]
[FONT="]
[/FONT]
[FONT="]Thanks in advance!!
[/FONT]