The sort function (as far as i can tell) will only sort 1 row at a time based on contents of column selected. So say you have 3 rows of data that should be treated as if they were one. How would you be able to sort 3 rows at a time?
In my situation, for example, D1=1 and D7=2 but all the cells in between are blank (which makes this easier) The best i can come up with is to put in those blank cells the following: D1=1, D2=1a, D3=1b, D4=1c, etc... (cell contents are unique item numbers)
In my situation, for example, D1=1 and D7=2 but all the cells in between are blank (which makes this easier) The best i can come up with is to put in those blank cells the following: D1=1, D2=1a, D3=1b, D4=1c, etc... (cell contents are unique item numbers)
Last edited: