Apologies if this type of question has already been posted I could not find it. I am trying to fill null values based on an ID. So when ID is the same as an already filled in Award it will fill in the nulls with this value.
| ID | Award |
| 20156 | W&P |
| 20653 | BofA |
| 20653 | [null] |
| 20896 | TRIF |
| 20896 | [null] |
| 20896 | [null] |
| ID | Award |
| 20156 | W&P |
| 20653 | BofA |
| 20653 | BofA |
| 20896 | TRIF |
| 20896 | TRIF |
| 20896 | TRIF |