Hi all:
I’ve seen this before here some time ago, but for the life of me I can’t find it through search. I have several thousand rows of the type:
NAME DEPT AREA OPTION
Fred // Dept A // Cardiff // Choice 1
Blank cells – – – – – – – – – – Choice 2
Blank cells – – – – – – – – – – Choice 3
Jim // Dept B // Swansea // Choice 1
Blank cells – – – – – – – – – – Choice 2
Blank cells – – – – – – – – – – Choice 3
Blank cells – – – – – – – – – – Choice 4
Mary // Dept B // Cardiff // Choice 1
Blank cells – – – – – – – – – – Choice 2
What is the trick to quickly convert it to the form:
NAME DEPT AREA OPTION
Fred // Dept A // Cardiff // Choice 1
Fred // Dept A // Cardiff // Choice 2
Fred // Dept A // Cardiff // Choice 3
Jim // Dept B // Swansea // Choice 1
Jim // Dept B // Swansea // Choice 2
Jim // Dept B // Swansea // Choice 3
Jim // Dept B // Swansea // Choice 4
Mary // Dept B // Cardiff // Choice 1
Mary // Dept B // Cardiff // Choice 2
I can’t remember whether the technique involved VBA or was done with formulae?
Many thanks for any help.
Tony