Use ‘Sheet1’ (data) in excel file: sales_jan_feb_mar_2021_d.xlsx and do the following: 1) Read all columns of the excel file: sales_jan_feb_mar_2021_d.xlsx – 9 columns 2) Read specific columns of the excel file (Month, Actual_Sales, Customer, Salesperson): sales_jan_feb_mar_2021_d.xlsx – 4 columns 3)…
EN VBA Code to view the picture (if available) of a product on a worksheet – Excel Insert picture in a shape Pictures of products: C://code_photos GR Κώδικας VBA για την προβολή φωτογραφίας (εφόσον υπάρχει) προϊόντος σε ένα φύλλο εργασίας…
How many units do we have to ask our customers to buy if they ask for higher discounts and we want to maintain our profit margin percent and value?
Use of chatGPT and YouTube to become a Data Analyst – Χρήση του chatGPT και του YouTube για να κάνει κάποιος ανάλυση δεδομένων Code file: app.py Folder: C:PythonProgramsdata_analysis_with_chatGPT 1) Merge multiple excel files – Συγχώνευση πολλών αρχείων excel data1.xlsx data2.xlsx…
Μετακίνηση γραμμών πίνακα πάνω και κάτω στο excel #softexperia #excel_tips / www.softexperia.com See also PYTHON DATA ANALYSIS
#excel_tips #transpose #softexperia
Scenario for using Python and Excel Request 1 Take the following 3 excel files: sales_jan_2022.xlsx sales_feb_2022.xlsx sales_mar_2022.xlsx and create a new excel: sales.xlsx and a new csv file: sales.csv with all the records from these 3 excel files. Request 2…
Did you know you can use Python code to create an Excel Data Entry Form and avoid duplicate records? Πως να δημιουργήσετε μια φόρμα εισαγωγής δεδομένων σε 10 λεπτά με τη γλώσσα προγραμματισμού PYTHON (No VBA) Πως να διασφαλίσετε ότι…
Συσχετισμός απουσιών και εξετάσεων σπουδαστών για την απόδοση του τελικού βαθμού και τo status του μαθήματος για κάθε σπουδαστή (Pass or Fail) / Course Grade and Status Use AND with IF in Excel Δείτε πώς μπορείτε να συνδυάσετε τις απουσίες…
Let’s suppose that you want to rank sales from 1 to 7. Here is one way you can do it. Click here to download the excel file . . . #softexperia / www.softexperia.com