Δείτε το σχετικό βίντεο:
Functions UPPER, LOWER, TRIM & PROPER See Columns Customer Before and Customer After / Δείτε τις στήλες Customer Before και Customer After View large image : https://lnkd.in/d6qV-GqD Download excel file “sales_feb_2021_a_functions.xlsx” : https://lnkd.in/dkYSGJjy #excel_tips #excel_calculations #softexperia / www.softexperia.com
Mini Calendar and Date Picker – Excel Tips Add a mini monthly calendar to your spreadsheet and use it to insert dates or the current time. Embed a small monthly calendar into your spreadsheet for reference and entering dates. This app for Excel is particularly useful for working with time sheets, schedules, project plans, logs, and ledgers where you frequently need to refer to a calendar. The date picking function makes it easy to enter dates or the current time into the currently selected cell. You can highlight dates in the calendar by selecting a range of dates in your spreadsheet. You can also toggle the size of the calendar, show week numbers, change the calendar system (U.S. or ISO), and choose a different theme (blue, green, etc.). Music track: A Positive Direction by Aylex Source: https://freetouse.com/music Royalty Free Music for Video (Safe) Facebook link: https://www.facebook.com/reel/546852667568094 #excel_tips #calendar #mindstormGR #productivity
What This VBA Code Does: Create a Custom Pivot Table in Excel This Excel VBA macro, named CreatePivotTableWithFieldSelectionassigned to button ‘Create Pivot Table’, allows users to create a Pivot Table dynamically by selecting the fields they want to use — all through simple pop-up prompts. It’s designed to work on the active worksheet and turns your table of data (starting in cell A1) into a summarized Pivot Table starting at cell I6. First 4 rows of table Filename: sample-data-10mins.xlsm Fields: Sales Person | Country | Product | Date | Amount | Boxes Shipped | Month Sales Person Country Product Date Amount Boxes Shipped Month Jehu Rudeforth UK Mint Chip Choco 4-Jan-22 $5.320 180 Jan Van Tuxwell India 85% Dark Bars 1-Aug-22 $7.896 94 Aug Gigi Bohling India Peanut Butter Cubes 7-Jul-22 $4.501 91 Jul Jan Morforth Australia Peanut Butter Cubes 27-Apr-22 $12.726 342 Apr Step-by-Step Breakdown Identifies the Data Table…
How to Automate TSLA (Tesla) Stock Data Analysis in Excel Using Python If you’re looking to automate Tesla (TSLA) stock data reporting in Excel, this Python script is a game-changer. With just one script, you can pull stock prices from Yahoo Finance, generate a chart, and seamlessly export everything into a live Excel workbook. ✅ What This Script Does This powerful Python script automates the following tasks: 1. Download TSLA Stock Data from Yahoo Finance Retrieves historical stock data from January 2020 to February 2021. Uses the yfinance library for reliable data access. 2. Create a Dynamic Excel Report Writes data into a structured Excel sheet using openpyxl. Automatically adjusts column widths for better readability. 3. Generate a TSLA Closing Price Chart Uses matplotlib to create a clean, professional line chart of Tesla’s closing prices. Saves and inserts the chart into the Excel file at a specified location. 4. Integrate…
Η τιμή αγοράς ενός προϊόντος είναι 15 ευρώ χωρίς φπα, η έκπτωση αγοράς 0%, η αρχική τιμή πώλησης 30 ευρώ με φπα 19% και η έκπτωση επί της αρχικής τιμής πώλησης 20%. Να υπολογιστεί το ποσοστιαίο περιθώριο κέρδους (profit margin) επί της τελικής τιμής πώλησης με έκπτωση χωρίς φπα. Το ποσοστιαίο περιθώριο κέρδους είναι (20,17-15)/20,17 = 25,63%. #ποσοστά #consulting #softexperia
Create and Download Custom Excel Templates Do you need a fast and easy way to generate Excel files for your business or personal use? Use the tool below to instantly create and download your own Excel spreadsheet — no Excel skills needed! ✅ Available Templates: Invoice – Track clients, services, and amounts Budget – Manage your income and expenses CRM – Keep track of contacts and follow-ups Inventory – Monitor stock levels and suppliers Calendar – Plan holidays, deadlines, and events Or, you can build your own custom Excel file by entering your own column names! ️ How It Works: Select one of the ready-made templates from the dropdown. Or choose Custom Template to enter your own column headers. Click Generate Excel File to download the file instantly. Start Here: Need something more advanced? If you need a more complex or custom-built Excel solution — including formulas, dashboards, automation with…
This image is an Excel spreadsheet tutorial that demonstrates how to calculate the mean and variance of a dataset. Here’s a breakdown of each section: Title and Purpose Title: Mean and Variance Source: softexperia.com | Excel Tips Purpose: To teach how to calculate mean and variance using Excel formulas, with data entry highlighted in yellow for clarity. Table Columns Explained Ονοματεπώνυμο / Name:Names of individuals (e.g., Papadopoulos Trifon, Adamopoulou Sofia) Data Value (X):Values assigned to each person (e.g., 12, 15, 18, etc.) This column has a yellow background, indicating it’s for user data entry. X – μ (X minus mean):The difference between each data value and the mean (μ = 19.20). (X – μ)²:The square of the difference in column 3, used to calculate variance. Summary Row N: Number of data points = 6 Mean (μ): Calculated as 19.20 Variance: Calculated as 76.8 Formulas Used Mean (B16):=SUM(B6:B11)/B13Adds all values in…
Η εικόνα παρουσιάζει τη χρήση διπλού VLOOKUP σε ένα φύλλο Excel, για να αντιστοιχιστούν οι κωδικοί προϊόντων προμηθευτών και χρωμάτων της εταιρείας Χ με τους κωδικούς και περιγραφές χρωμάτων της εταιρείας Χ. Ακολουθεί αναλυτική εξήγηση στα Ελληνικά: Τι κάνει ο τύπος στο κελί C2 του φύλλου εργασίας “my barcodes”: =VLOOKUP(VLOOKUP(B2;supplier!$E$2:$F$7;2;FALSE);correspondence!$A$2:$B$7;2;FALSE) Βήμα-βήμα: Εσωτερικό VLOOKUP στο φύλλο εργασίας “my barcodes”: VLOOKUP(B2; supplier!$E$2:$F$7; 2; FALSE) Αναζητά την τιμή από το κελί B2 (π.χ. 50505050) στο εύρος supplier!$E$2:$F$7. Επιστρέφει την αντίστοιχη τιμή από τη 2η στήλη, δηλαδή τον κωδικό χρώματος της εταιρείας Χ (π.χ. 20). Εξωτερικό VLOOKUP στο φύλλο εργασίας “my barcodes”: VLOOKUP(20; correspondence!$A$2:$B$7; 2; FALSE) Παίρνει τον κωδικό χρώματος (π.χ. 20) και τον αναζητά στο φύλλο correspondence, εύρος A2:B7. Επιστρέφει την περιγραφή του χρώματος (π.χ. ΜΠΛΕ). Άρα, το C2 δείχνει: 20 (κωδικός χρώματος) και το E2 δείχνει: ΜΠΛΕ (Χ) (περιγραφή χρώματος). Παράδειγμα τύπου στο κελί E2 στο φύλλο εργασίας “my barcodes”: =VLOOKUP(VLOOKUP(B2;supplier!$E$2:$F$7;2;FALSE);correspondence!$A$2:$C$7;3;FALSE)…
Η εικόνα δείχνει ένα φύλλο εργασίας Excel που ελέγχει αν οι τιμές της Στήλης 2 (στήλη B) υπάρχουν μέσα στη Στήλη 1 (στήλη A). Αν ναι, τότε εμφανίζεται η λέξη “yes” στη στήλη C (“Διπλότυπο”). ________________________________________ Αναλυτικά τι βλέπουμε: Δεδομένα A (Στήλη 1) B (Στήλη 2) C (Διπλότυπο) 123 789 (κενό) 456 321 (κενό) abc 456 yes cvf 2345 (κενό) CFR 22 (κενό) Dsa 11 (κενό) 234 CFR yes Τύποι στα κελιά της στήλης C: Κελί C2: =IF(COUNTIF(A:A, B2) > 0, “yes”, “”) Κελί C3: =IF(COUNTIF(A:A, B3) > 0, “yes”, “”) ➡ Αυτοί οι τύποι ελέγχουν αν η τιμή στη στήλη B κάθε γραμμής υπάρχει μέσα στη στήλη A. Αν υπάρχει, επιστρέφουν “yes”, αλλιώς κενό (“”). ✅ Σωστά αποτελέσματα: Στο C4 γράφει “yes” επειδή το 456 από τη στήλη B υπάρχει στη στήλη A. Στο C8 γράφει “yes” επειδή το CFR από τη στήλη B υπάρχει και στη στήλη A.…
Χρειάζεται ένας υπάλληλος γραμματειακής υποστήριξης να γνωρίζει excel; Ναι, ένας υπάλληλος γραμματειακής υποστήριξης είναι καλό — και συχνά απαραίτητο — να γνωρίζει Microsoft Excel, καθώς αποτελεί βασικό εργαλείο για την οργάνωση, καταγραφή και διαχείριση πληροφοριών. Οι αρμοδιότητες του ρόλου περιλαμβάνουν συχνά εργασίες όπου το Excel είναι ιδιαίτερα χρήσιμο. Γιατί είναι χρήσιμο το Excel στη γραμματειακή υποστήριξη: Οργάνωση και διαχείριση αρχείων (π.χ. λίστες επαφών, ραντεβού, προμηθευτές) Παρακολούθηση εξόδων και προϋπολογισμών Δημιουργία αναφορών και στατιστικών Παρακολούθηση προθεσμιών ή project timelines Τι πρέπει να γνωρίζει ένας υπάλληλος γραμματειακής υποστήριξης στο Excel: ✅ Βασικές Δεξιότητες: Κατανόηση του περιβάλλοντος εργασίας (φύλλα εργασίας, γραμμές, στήλες, κελιά) Εισαγωγή και μορφοποίηση δεδομένων (γραμματοσειρές, χρώματα, περιγράμματα, στοίχιση) Διαχείριση φύλλων εργασίας (μετονομασία, προσθήκη, διαγραφή, μετακίνηση φύλλων) ✅ Τύποι και βασικές συναρτήσεις: SUM, AVERAGE, MIN, MAX COUNT, COUNTA, IF (για απλές συνθήκες) VLOOKUP ή XLOOKUP (για αναζήτηση τιμών — βασικό σε λίστες) CONCATENATE ή TEXTJOIN (για ένωση κειμένων) How to syntax…
GR – Υπολογισμός τελικού βαθμού μαθήματος με συντελεστή βαρύτητας 30% σε πρόοδο, 10% σε εργασία και 60% σε τελικές εξετάσεις. Ο τελικός βαθμός στρογγυλοποιείται σε ακέραιο αριθμό. Π.χ. το 6,7 γίνεται 7 και το 6,2 γίνεται 6. EN – Calculation of the final course grade with a weighting of 30% for the midterm, 10% for the assignment, and 60% for the final exams.The final grade is rounded to the nearest whole number.For example, 6.7 becomes 7 and 6.2 becomes 6. #softexperia #excel_tips
Predicting the Sales Growth – Πρόβλεψη Ανάπτυξης Πωλήσεων So in this example, we have existing sales data of a company for the year 2017 that increases linearly from Jan 2017 to Dec 2017. We need to figure out the sales for 2018. The existing data contains the dates in column D and the sales revenue in column F. We need to calculate the estimated sales value for the next 12 months. Historical Data is given below: In order to predict the sales for the given upcoming months in the next year, we will use the TREND function in excel since the sales value is increasing linearly, the given known values of Y is the sales revenue, and the known values of X are the end dates of the month, the new values of X are the dates for next 12 months that is 31/Jan/2018, 28/Feb/2018, 31/March/2018, 30/April/2018, 31/May/2018, 30/June/2018, 31/July/2018,…
Rule of 72 : Years to double an investment (72 / Interest Rate) GR – Αν θέλετε να βρείτε πόσα χρόνια χρειάζεστε για να να διπλασιάσετε την επένδυση σας με ετήσιο ανατοκισμό (compouding periods per year), διαιρέστε το 72 με το προτεινόμενο επιτόκιο της επένδυσης σας. EN This image is an Excel-based visual explanation of the Rule of 72, a simple way to estimate how long it takes to double an investment given a fixed annual interest rate. What Is the Rule of 72? The Rule of 72 is a quick, mental math formula: Years to Double = 72 / Interest Rate In this example: Interest rate = 8% So, 72 / 8 = 9 years Excel Simulation Overview The spreadsheet shown demonstrates: How an investment of €1,000 grows over time at 8% annual interest, compounded once per year. The “Years” column shows the number of years. The…