I have 2 sheets currently:
- One that contains data
- A simple "nice view" that fetches data
I'm attempting to create a new line after each comma (if one is present), so it's easier to see if a value has been found.
I am attempting to run regexreplace (substitute) on values from the other worksheet, NOT data on the same sheet. But I just can't get it to work. It just throws back an error.
The formula I currently have is:
=VLOOKUP(B5,'tracking-feb'!A:F,4,false) & =REGEXREPLACE('tracking-feb'!D2:D55, ",", CHAR(10))
I'm trying to fetch the data from here:
edit: I am slightly dumb, so I do apologise in advance.
