Hello all,
Above is basically what my spreadsheet looks like but with a little more detail, but this is all I think I need to provide for a gist of what I am having a problem with.
Basically what I am trying to do is the following:
- For each ID number, search column C (status column) for the last cell with anything in it (within the range of the ID number, not the entire column) and return that row number
- Then return the step number of one row after the row found in previous step
- Repeat process for next ID number
Hopefully I've explained this well and this can be done through VBA...thanks for the help!