Let's say that I have a sheet("Members") with Columns A through Z
The column and header names are:
C- MemberID
D- First Name
E- MiddleName
F- Last Name
H- TelNo
I want to copy from sheet(“Members”) to sheet(“LkupList”)
Column(“C”) to column(“A”) as MemberID
Column(“D”)plus a space plus column(“F”) to column(“B”) as FullName
Colum(“H”) to column(“C”) as TelNo
And then sort the data on sheet(“LkupList”) by column (“A”) or column(“B”) or column(“C”)
I read a lot of posts in the last couple of months and I know how to copy a range of consecutive columns and sort them, but cannot figure how to do non-contiguous columns and combine two of them.
Any help is much appreciated.
The column and header names are:
C- MemberID
D- First Name
E- MiddleName
F- Last Name
H- TelNo
I want to copy from sheet(“Members”) to sheet(“LkupList”)
Column(“C”) to column(“A”) as MemberID
Column(“D”)plus a space plus column(“F”) to column(“B”) as FullName
Colum(“H”) to column(“C”) as TelNo
And then sort the data on sheet(“LkupList”) by column (“A”) or column(“B”) or column(“C”)
I read a lot of posts in the last couple of months and I know how to copy a range of consecutive columns and sort them, but cannot figure how to do non-contiguous columns and combine two of them.
Any help is much appreciated.