R
RWI
I know this can be done, but I can't seem to get it to work, if I have this
data:
NUMBER NAME DIRECTION STREET
123 MAIN ST
28 LILAC W LN
It would look like this:
123 MAIN ST
28 W LILAC LN
Where if there is data in the columns it would populate and if it is blank
or null it would go on to the next column and not populate a blank space.
Any help?
data:
NUMBER NAME DIRECTION STREET
123 MAIN ST
28 LILAC W LN
It would look like this:
123 MAIN ST
28 W LILAC LN
Where if there is data in the columns it would populate and if it is blank
or null it would go on to the next column and not populate a blank space.
Any help?