I got a strange task to perform and I can't imagine how to do it or even come up with a term to google, since I'm not that good with excel formulas, and I am not allowed to use VBA:
If column 'D' contains either an 'S' or an 'H' the following needs to be done:
- Go to column 'E' in the same row
- Find the first cell in column 'E' that holds a value by moving upwards
- Go to the right to column 'F'
- Copy that value to the cell in column 'B', in the row where you started
I know it's confusing, so I'm adding a screenshot:
There are some conditions:
- As I mentioned, I am not allowed to use VBA.
- The amount of rows can change, I guess more will be added.
- It apparently needs to be only a formula so it can be copy and pasted when new rows are added.
I hope I made myself clear, since english is not my native language. Feel free to ask questions if something is unclear.