I'm working with an xlsx that has this data:
I need to make a division between cells D and C in this way: D / C and that each value is placed in the cells of column E:
In this way, I only need Excel to filter the values of the Fillrate column greater than 0.1 with their respective values of the other columns and return something like this:
I'm new with Excel libraries for python and just open the file and write str in some cell therefore I need if someone can write me the code of these 3 steps. Thanks
I leave the xlsx link: link