1) Add products from sheet WORDPRESS to your eShop, with a csv file. 2) Check if products are OK. 3) Now there are again updates (variations) for new and existing products. Compare products between excel sheets WORDPRESS and SAP, and…
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?
Function for cell B6 =MID(TEXT($A6;”???????????”);COLUMN(A2);1) Download video How to split numbers into individual cells (up to 11 digits) #mindstormGR #excel_tips Buy me a coffee
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
Filter employees by department in columns from mixed data Function for cell A7 =FILTER($G7:$G$33;$H$7:$H$33=A6) Function for cell B7 =FILTER($G7:$G$33;$H$7:$H$33=B6) Music track: A Positive Direction by Aylex Source: https://freetouse.com/music Royalty Free Music for Video (Safe) #mindstormGR #dynamic_filters #excel #educational
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…