Not sure how to do this. SQL or VBA or what. Basically when I import an excel sheet into a table it looks like this:
[F1] (first column)
Fund: 4329
AccountNumber
13224233
Fund: 3343
AccountNumber
23939393
Fund: 2299
AccountNumber
23939321
Fund: 4329
AccountNumber
39328393
I want this:
[F1] [F2]
4329 13224233
3343 23939393
2299 23939321
4329 39328393
[F1] (first column)
Fund: 4329
AccountNumber
13224233
Fund: 3343
AccountNumber
23939393
Fund: 2299
AccountNumber
23939321
Fund: 4329
AccountNumber
39328393
I want this:
[F1] [F2]
4329 13224233
3343 23939393
2299 23939321
4329 39328393