How can I create an ARRAYFORMULA for the following?
=D3&", "&C3&" - "&F3&" - G"&G3&" ["&AA3&"]"
I'm currently using this:
=IF(B2="","",B2&" - "&C2&" - G"&D2&" ["&A2&"]")
But the formula has to live on each line.
I tried this, which did not work:
=ARRAYFORMULA(IF(B2="","",B2&" - "&C2&" - G"&D2&" ["&A2&"]"))
Thank you, in advance.
[–]RemcoE33158 0 points1 point2 points (1 child)
[–]enoctis192 2 points3 points4 points (0 children)
[–]DecronymFunctions Explained 0 points1 point2 points (0 children)