I have a data like this, Rooms Name and Number of Projectors
I want to combine data in Row A with Row B
I already try combining my data using =ArrayFormula(JOIN(", ",A2:A&" "&B2:B)) but the formula also joins empty space
How do I do it to match the Desired result? ie Orchid 1, Rose 1, Dahlias 1, Tulip 2, Jasmine 2
