If column b in tab Top Sheet matches column B in Recibido sheet, return "Recibido" in Top Sheet Column W
else If column b in tab Top Sheet matches column B in Evaluado sheet, return "Evaluado" in Top Sheet Column W
else If column b in tab Top Sheet matches column B in Aprobado sheet, return "Aprobado" in Top Sheet Column W
else If column b in tab Top Sheet matches column B in Entregado sheet, return "Entregado" in Top Sheet Column W
else Return "" //blank
Solved by T. B. in 13 mins