Excel Shortcut Keys – Shift + Space Select entire row – Ctrl + Space Select entire column Watch the video on YouTube: https://youtu.be/c0W4pOH7CQ8 Spoken Language: English #mindstormGR
Make Your Data Pop with Image Bar Charts! ✨ Pivot Tables (Συγκεντρωτικοί Πίνακες) και Διαγράμματα Πωλήσεων με Φωτογραφίες Προϊόντων Στα αριστερά υπάρχει ένα Pivot Table (Συγκεντρωτικός Πίνακας). Παίρνει τα δεδομένα από το φύλλο Database_2 και τα συνοψίζει: Category (π.χ. Smartphones, Desktops) Product (π.χ. Mobile 1, Mobile 2…) Sum of Quantity = πόσες πωλήσεις/τεμάχια έχει το κάθε προϊόν. Τα μικρά ► ανοίγουν/κλείνουν τις ομάδες. Οι γραμμές Total δείχνουν τα σύνολα ανά κατηγορία και το Grand Total το γενικό σύνολο. Πάνω δεξιά είναι ένα Pivot Chart (γράφημα που “συνδέεται” με τον pivot πίνακα). Δείχνει με οριζόντιες μπάρες τις ποσότητες των προϊόντων. Οι αριθμοί πάνω στις μπάρες είναι οι ίδιες ποσότητες. Κάτω δεξιά υπάρχει ένα απλό γράφημα στηλών με τις ίδιες τιμές, αλλά με εικόνες προϊόντων από το φύλλο Images για να είναι πιο “visual”. Οι στήλες είναι τα προϊόντα, ο άξονας Υ είναι η ποσότητα. Τι μπορείς να κάνεις: Αλλάζεις τα φίλτρα/ομαδοποιήσεις…
Η συνάρτηση FILTER στο Excel χρησιμοποιείται για να φιλτράρει δεδομένα από μια περιοχή (range) με βάση συγκεκριμένα κριτήρια. Επιστρέφει μόνο τις γραμμές που πληρούν τις προϋποθέσεις που ορίζουμε. # Σύνταξη “`excel FILTER(array, include, [if_empty]) “` – array: Η περιοχή δεδομένων που θέλουμε να φιλτράρουμε. – include: Τα κριτήρια που καθορίζουν ποιες γραμμές θα συμπεριληφθούν. – if_empty: (προαιρετικό) Η τιμή που θα επιστραφεί αν δεν υπάρχουν αποτελέσματα. # Παράδειγμα Ας υποθέσουμε ότι έχουμε μια λίστα με πωλήσεις προϊόντων: | Προϊόν | Πωλήσεις | |———|———-| | Μήλα | 100 | | Πορτοκάλια | 150 | | Μπανάνα | 120 | | Μήλα | 200 | Αν θέλουμε να φιλτράρουμε μόνο τις πωλήσεις των Μηλών, θα χρησιμοποιήσουμε τη συνάρτηση FILTER ως εξής: “`excel =FILTER(A2:B5, A2:A5=”Μήλα”, “Δεν υπάρχουν αποτελέσματα”) “` Αυτό θα επιστρέψει: | Προϊόν | Πωλήσεις | |——–|———-| | Μήλα | 100 | | Μήλα | 200 | # Χρήσεις 1. Ανάλυση δεδομένων:…
The FILTER function in Excel is used to extract a subset of data from a range based on specified criteria. It allows you to filter rows that meet certain conditions, making it easier to analyze specific data without altering the original dataset. # Syntax: “`excel FILTER(array, include, [if_empty]) “` – array: The range of data you want to filter. – include: A logical condition that determines which rows to include. – if_empty: (optional) The value to return if no rows meet the criteria. # Example: Suppose you have the following data in cells A1:B5: | Name | Score | |——-|——-| | John | 85 | | Jane | 90 | | Mike | 75 | | Anna | 95 | If you want to filter out students who scored above 80, you can use the following formula: “`excel =FILTER(A2:B5, B2:B5 > 80, “No results”) “` This will return: | Name…
Η συνάρτηση VLOOKUP στο Excel (Vertical Lookup) χρησιμοποιείται για να αναζητήσει μια τιμή σε μια στήλη ενός πίνακα και να επιστρέψει μια αντίστοιχη τιμή από μια άλλη στήλη του ίδιου πίνακα. Είναι πολύ χρήσιμη για την αναζήτηση δεδομένων. # Σύνταξη της VLOOKUP: “` VLOOKUP(τιμή_αναζήτησης, πίνακας, αριθμός_στήλης, [εύρος_αντιστοίχισης]) “` – τιμή_αναζήτησης: Η τιμή που θέλουμε να βρούμε. – πίνακας: Ο πίνακας δεδομένων όπου θα γίνει η αναζήτηση. – αριθμός_στήλης: Ο αριθμός της στήλης από την οποία θέλουμε να επιστρέψουμε την τιμή (η πρώτη στήλη είναι 1). – εύρος_αντιστοίχισης: Προαιρετικό. Αν είναι TRUE ή παραλειφθεί, η VLOOKUP θα επιστρέψει την πλησιέστερη τιμή. Αν είναι FALSE, θα επιστρέψει μόνο ακριβείς αντιστοιχίες. # Παράδειγμα: Ας υποθέσουμε ότι έχουμε τον παρακάτω πίνακα με ονόματα και ηλικίες: | Όνομα | Ηλικία | |———|——–| | Γιάννης | 25 | | Μαρία | 30 | | Κώστας | 22 | Αν θέλουμε να βρούμε την ηλικία του “Μαρία”,…
English Here’s what the sheet + macros do, in plain English: Column D (blue instructions area) Each cell in D9:D… uses the formula =LABS.GENERATIVEAI(“Analyze the sentiment of the following text: ” & Cx) to ask the AI to analyze the sentence in the same row of Column C. So C = input text, D = the AI’s answer. Copy Column D → Column F (button “Copy Column D to Answer to Revise”) The macro scans rows from the top down to the last data row, which it finds by looking in Column D for a placeholder text “<last_row>” and using the row just above it. For each row where Column G = “y”, it copies the value from D (AI answer) into F (“Answer to Revise”). Rows with G = “n” are skipped. Export to Word (button “Copy Answer to Revise to Word”) The macro again uses the same last…
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…