Fill Blank data with data from values below it
Function:
Back_Fill_Blanks(table = string, col = string)
Parameters:
Table: Table name on which to perform function
Column to Fill(col): Select the Column to Fill
Examples:
Back_Fill_Blanks(table = Budget, col = "Month")