Hello,
I have a large text file with data about sales.
The most basic format of the data is as shown below. There are multiple rows with similar data and there are other rows with noise that I don't want to consider.

In order to make my data filtering easy I would like to add a #0* in front of a row whenever the previous row has the word 'VISION' in it.
So for the example above, the output would be
VISION Y2 TOTALS
#0* 11,398.38 0.00 11,398.38 0.00 11,398.38 8,151.34 28%
Is this possible with Alteryx?
Thanks