Filling partially missing data cells based on non-missing cells
Hello, I'm trying to figure out a way to fill in missing cells that should have values that are based on other cells. In my table, some of these cells are properly filled in, while others aren't. Here's a rough example Column 1Column 2Column 31aa'2bb'1aa'3cc'2 3 1 3cc'2 In this example, every row that has a '1' in the first column should have an A, and then an A' in the 2nd and 3rd column, re...