Python Forum

Full Version: Excel Lookup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.