Python Forum
simplify my excel work on python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
simplify my excel work on python
#1
Hi guys,

I am currently working at a freight forwarding agency and my work requires a lot of calculations that I usually do on excel or manually. What I would like to know is if there is anyway to be able to create a python program that would facilitate my excel work. what I need is a program in which I can input a lot of data, get the result on different calculations and then save the file.
Example: Product name A B C D E F G H J
Amount in USD 10 20 30 40 50 60 70 80 90
Quantity 19 18 17 16 15 14 13 12 11
Numbers of colis 2 6 5 4 9 78 2 6 43 10
Calculations(output): Fret = sum Amount / Quantity
Cost per product = 10 / 19(product A) 20/18(product B) and so on until J
These are just examples of what kind of results I would like the python program to output.


Hope anyone would be able to refer me to any concept that might help. Thanks in advance. Cheers Big Grin
Reply


Messages In This Thread
simplify my excel work on python - by CodeAyoub - Oct-07-2017, 11:18 PM
RE: simplify my excel work on python - by Larz60+ - Oct-08-2017, 12:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Excel password recovery tool for work OTH 6 4,751 Mar-06-2025, 03:49 PM
Last Post: Pedroski55
  I want to simplify this python code into fewer lines, it's about string mandaxyz 5 3,478 Jan-15-2022, 01:28 PM
Last Post: mandaxyz
Thumbs Up [SOLVED] Simplify condition test in if block? Winfried 2 2,356 Aug-25-2021, 09:42 PM
Last Post: Winfried
  How can i simplify this code Jezani_VIII 4 3,524 Aug-25-2019, 02:23 PM
Last Post: perfringo
  How to simplify square finding program? meknowsnothing 3 3,779 Jun-11-2019, 08:20 PM
Last Post: meknowsnothing
  Is it OK to use a context manager to simplify attribute access? nholtz 0 2,525 Jun-11-2019, 01:19 AM
Last Post: nholtz
  Dijkstra code - trying to simplify it grandpapa10 1 2,699 Jan-23-2019, 12:43 PM
Last Post: Larz60+
  Strings read from excel don't work? Tibas 0 2,809 Mar-06-2018, 10:37 PM
Last Post: Tibas

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020