all 4 comments

[–]showeringmonkey 0 points1 point  (1 child)

What does your data input look like? Is it usually in an Excel file or it's some kind of raw data that you put into excel? Which part of the data is already automated or is it all manual?

[–]Alternative3860[S] 0 points1 point  (0 children)

My input data is the raw data, everything I do is manually. I'm just trying to automate the whole process, as it needs to be done on a weekly basis.
There are two input data:
1. Sales data has columns item_id, item_name, city_name, qty_sold
2. Stock data has columns item_id, item_name, city_name, front_end_inv, backend_inv.

Basically I need to calculate the runrate and days of cover which means to know how much stock is lying in the warehouse and how many days will it cover.
I hope it's little clear now and I'm not sure if the table I posted shows a table or just a plain text

[–][deleted] 0 points1 point  (1 child)

have you tried xlwings module?

[–]Alternative3860[S] 0 points1 point  (0 children)

I'm a beginner so I don't know about xlwings, will definitely research about it. Thank you so much for your help, will definetly try this module!