I was having troubles with formulas breaking when I inserted a row into my data sheet. So, with a litte research on this site, I found that what I need to use is the INDIRECT command.
The original formula: =HLOOKUP(‘TC Scenario’!B$3, ‘DATA FEED AT’!$A$1:$BN$400,ROW(),FALSE)
combined with the INDIRECT command…
I created: =INDIRECT(HLOOKUP(‘TC Scenario’!B$3,’DATA FEED AT’!$A$1:$BJ$400,ROW(),FALSE))
Which got me close. When I ran “evaluate formula”, everything was fine until the final combination: INDIRECT(“VALUE “). When it combined further, I got a #REF