I am trying to copy a specific row data out of a database exactly same to a new row below, but not able to find out exact solution / tool.
It is something very small but I just cant figure out, help please.
| Database | | | | | | |
| a | b | c | d | e | f | g |
| c | d | e | f | g | a | b |
| a | b | c | d | f | g | a |
| | | | | | | |
| Result | | | | | | |
| a | b | c | d | e | f | g |
| c | d | e | f | g | a | b |
| a | b | c | d | f | g | a |
| c | d | e | f | g | a | b |
| | | | | | | |
| Criteria to copy paste entire row is 'd' in column 2 | | |