caffeine_demon
Board Regular
- Joined
- Apr 19, 2007
- Messages
- 64
Hi,
Is there an easy way in excel to convert a spreadsheet from 1 line with multiple "options", to one line per option - ie:
----------------
from:
number option 1 time option 2 time option 3 time
1 first 10am second 1pm
2 2first 11am,
3 3first 12pm 3second 2pm 3third 2:30pm
--------------
to:
Number option name time
1 1 first 10am
1 2 second 1pm
2 1 2first 11am,
3 1 3first 12pm
3 2 3second 2pm
3 3 3third 2:30pm
-------------
and how about going the other way? (note - we may have more than 2 columns per data item)
Only way I can think of is a macro.
Is there an easy way in excel to convert a spreadsheet from 1 line with multiple "options", to one line per option - ie:
----------------
from:
number option 1 time option 2 time option 3 time
1 first 10am second 1pm
2 2first 11am,
3 3first 12pm 3second 2pm 3third 2:30pm
--------------
to:
Number option name time
1 1 first 10am
1 2 second 1pm
2 1 2first 11am,
3 1 3first 12pm
3 2 3second 2pm
3 3 3third 2:30pm
-------------
and how about going the other way? (note - we may have more than 2 columns per data item)
Only way I can think of is a macro.