Multi-Row formula tool to fill up the way, So i have attached the spreadsheet so I want the following to fill up the way rather then down. If I use te below formula I know it will fill down till it stops seeing Null.
IF IsNull([Currency]) THEN [Row-1:Currency] ELSE [Currency] ENDIF
But when I use this statement below it only fill's up by one line. Any chance someone could show what I am doing wrong
IF IsNull([Currency]) THEN [Row+1:Currency] ELSE [Currency] ENDIF