I am trying to use openpyxl vlookup. The code is supposed to be like:
for row in ws[\'B1:B5]: for cell in row: cell.value = "=vlookup ..."