I would like to be able to select different cells, like A4, B2, C1, E5 and have them concatenated in 1 cells
whereby I am asked for separator to be used, like space, or comma, or semi-colon separated
So, instead of manually adding " " each time in =CONCATENATE(A4, " ", B2, " ", C1, " ", E1)...