Alright, so this is a confusing problem to explain.
I have column A full of test numbers, and column D is revisions the tests show up in (4 different versions). I would bring this spreadsheet down from 1800 rows to around 500 rows by making the info on D appear on one line in columns E,F,G,H, rather than four rows.
Example:
This
_A__|__B__|__C__|__D__|
1001|_____|_____|v1.0
1002|_____|_____|v1.0
1002|_____|_____|v1.1
1002|_____|_____|v2.0
1003|_____|_____|v1.0
1003|_____|_____|v1.1
1004|_____|_____|v1.1
1005|_____|_____|v1.0
1005|_____|_____|v1.1
1005|_____|_____|v2.0
1005|_____|_____|v2.1
becomes this:
_A__|__B__|__C__|D__| 1.0|1.1 |2.0|2.1 |
1001|_____|_____|v1.0|_y_|_n_|_n_|_n_|
1002|_____|_____|v1.0|_y_|_y_|_y_|_n_|
1003|_____|_____|v1.0|_y_|_y_|_n_|_n_|
1004|_____|_____|v1.1|_n_|_y_|_n_|_n_|
1005|_____|_____|v1.0|_y_|_y_|_y_|_y_|
I am 1000% at a loss on how to do this without spending the next 15 hours doing it by hand.
Any help with this would be amazing.
Bookmarks