Even though few stock's notepad does contain 'Excellent' word, the result page doesn't show empty. The String variable 'ExcelWord' gives the correct result. Only issue is the list is empty.
First, AFL is NOT PYTHON. Indentation is not block marker as in Python.
AFL is like C/C++, to mark block you use BRACES {}
Secondly, AddColumn is for entire exploration, so it can't be "conditionally" added for symbol "A" but not for "B" because column is a column, it is for ENTIRE EXPLORATION.