Hey guys,
------
I need help in programming a simple row search within a list that searches for key strings within a current row, and if found, place that cell and its adjacent cell in sorted columns
below is some pseudo code for how i think the program should look like but see the example worksheet for how it should eventually look like on a spreadsheet.
------
Few notes:
- Each key string cell will always have a corresponding data cell adjacent to it
- Each key string cell will only appear at most once per row
- The key strings are usually out of order
- Rows will need to be preserved
- Each row will have at least one key string
- Sorting the rows can be done within the same worksheet, or a new worksheet, but again, the rows need not be changed.
Thanks in advance!
Bookmarks