I have a massive dataset with multiple categorizations. Some of the rows have nulls which would like to replace with the same values in the complete data (see in the example below, they share the same sub and ban, but are missing the other data). The blank rows are not directly above or below the rows with the correct data, so using the data in the below row doesnt work here. I would like to replace the null with the same information that exists in the row with the same sub# and ban# in their designated fields (searching for the same value in multiple fields to replace one null). How would you suggest i approach this?
