So I'm trying to find a formula to make my Excel spreadsheet take a very un-ordered list(Column B), and sort of compress it into several ordered lists automatically.
Current Example Desired Outcome
A B A B
1: John - Apple 1: John - Apple
2: 2: - Orange
3: - Orange 3:
4: 4:
5: Nate 5: Nate - Apple
6: - Apple 6: - Orange
7: 7: - Berry
8: -Orange 8:
9: -Berry 9:
I need the things in Column A to stay where they are. And for column B to be ordered so that; from B1:B4 and B5:B9 etc. is in a list next to the A column values without spaces until the next list.
This is only one small piece of the whole spreadsheet and the cell locations and values are different than the example. And both of these columns are auto filled with formulas based on the rest of the spreadsheet, and data that is put in. If your interested the current formula in the B column looks like this: =IF(J3="","", IF(J3=0,D3, "")) That is how the info For Column B is generated. Now I just need it to order the information like the above example.
I also attached a picture of the portion of the actual spreadsheet i am trying to do this to if you would like to look at that for reference.
Any help would be greatly appreciated.
Current Example Desired Outcome
A B A B
1: John - Apple 1: John - Apple
2: 2: - Orange
3: - Orange 3:
4: 4:
5: Nate 5: Nate - Apple
6: - Apple 6: - Orange
7: 7: - Berry
8: -Orange 8:
9: -Berry 9:
I need the things in Column A to stay where they are. And for column B to be ordered so that; from B1:B4 and B5:B9 etc. is in a list next to the A column values without spaces until the next list.
This is only one small piece of the whole spreadsheet and the cell locations and values are different than the example. And both of these columns are auto filled with formulas based on the rest of the spreadsheet, and data that is put in. If your interested the current formula in the B column looks like this: =IF(J3="","", IF(J3=0,D3, "")) That is how the info For Column B is generated. Now I just need it to order the information like the above example.
I also attached a picture of the portion of the actual spreadsheet i am trying to do this to if you would like to look at that for reference.
Any help would be greatly appreciated.