Python Forum
Excel Lookup - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Excel Lookup (/thread-21040.html)



Excel Lookup - riteshprakash - Sep-11-2019

I am new to Python.

I have to read some codes (from multiple columns) from one excel tab and do a lookup into another excel tab. After that I have to update the first tab based on values from tab 2.

Is there any faster way to get it done?

Please help on this.