Re: Need a Dynamic vlookup using python

2020-07-19 Thread narenchunduri
Any solution possible for this. Please let me know -- https://mail.python.org/mailman/listinfo/python-list

Re: Need a Dynamic vlookup using python

2020-07-12 Thread narenchunduri
Sorry for not making it clear. I tried below code # import modules from openpyxl import * from openpyxl.styles import * import webbrowser import pandas from openpyxl.worksheet.datavalidation import DataValidation # Read all Excels into pandas dataframes sowexcel = pandas.read_excel('Billing Rost

Re: Need a Dynamic vlookup using python

2020-07-11 Thread DL Neil via Python-list
On 11/07/20 8:34 PM, narenchund...@gmail.com wrote: Any suggestions please Clarify the requirements, rather than starting with a 'solution'. Communicate the constraints, eg what is already in-place. "vlookup" has particular meaning in worksheet/spreadsheet packages. Is that what you are usin

Need a Dynamic vlookup using python

2020-07-11 Thread narenchunduri
Any suggestions please -- https://mail.python.org/mailman/listinfo/python-list