Ενσωματώστε ένα αρχείο excel στην ιστοσελίδα σας (διαδραστική ενσωμάτωση) Calculation of Budget Sales VS Actual Sales (%) / Υπολογισμός ποσοστού μεταξύ προϋπολογισθέντων και πραγματικών πωλήσεων (%) Δείτε το εργαλείο υπολογισμού . . . / Use the excel calculator . . . Βάλτε τις δικές σας τιμές στις στήλες “Budget Sales” και “Actual Sales” και δείτε τον υπολογισμό του ποσοστού στη στήλη “Actual Sales VS Budget Sales”. Type your values in columns “Budget Sales” and “Actual Sales” and check calculated percentage in column “Actual Sales VS Budget Sales”. . FB Tags : #excel_tips #excel_calculations #softexperia
Excel file 1 : sales_january_2021_d.xlsx – Download : https://lnkd.in/dyT6zrCX Excel file 2 : sales_feb_2021_d.xlsx – Download : https://lnkd.in/d5aaNWiq Excel file 3 : sales_march_2021_d.xlsx – Download : https://lnkd.in/d-G2hNiM Task Collection of data from the above mentioned three different excel files and creation of a new one : sales_jan_feb_mar_2021_d.xlsx – Download : https://lnkd.in/d-PTEPtv with three different sheets : sales_data month_productivity salesperson_productivity We did a comparison between Budget and Actual Sales. The reason we did this is to know the month productivity and the salesperson productivity for months Jan, Feb and Mar 2021. All sheets, data, graphs and styling in file : sales_jan_feb_mar_2021_d.xlsx have been created automatically with python coding. Tools used : Excel, Python #programming #coding #python #productivity #data_analysis #mindstormGR / www.mindstorm.gr Code for this project from ctypes.wintypes import WORD import pandas as pd import numpy as np import matplotlib.pyplot as plt importopenpyxl from openpyxl.styles import PatternFill, Border, Side, colors, Alignment, Protection,…