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
Click on Clients to Add, Update, Delete Clients and Save your file. Sheet “Data” contains your clients’ data. Sheet “Data” Fields : ID, Title, Name, Email, Phone, Update Time, Duplicates FB Tags: #softexperia #mindstormGR
Wordpress Debugging – Δείτε πως να απενεργοποιείτε όλα τα plugins μέσω FTP ή File Manager χωρίς να τα σβήνετε, προκειμένου στη συνέχεια να τα ενεργοποιήσετε ένα ένα και να κάνετε τους ελέγχους συμβατότητας/λειτουργίας που επιθυμείτε. How to reset your plugins folder via FTP or the file manager provided in your host’s control panel. This method preserves plugin options but requires plugins be manually reactivated. Via FTP or your host’s file manager, navigate to the wp-contents folder (directory) – Πας στον κατάλογο wp-content Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold” – Μετονομάζεις τον κατάλογο plugins σε plugins.hold Login to your WordPress administration plugins page (/wp-admin/plugins.php) – this will disable any plugin that is “missing”. – Πληκτρολογείς το url demowebsite.com.gr/wp-admin/plugins.php και βλέπεις τη σχετική σελίδα που σου λέει ότι όλα τα plugins είναι απενεργοποιημένα. Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”…
Computing Breakeven Quantity / Υπολογίζοντας το νεκρό σημείο πωλήσεων (ποσότητα) A canoe company sells paddles for $20 each. The unit variable cost is $15, and the fixed costs are $3000. How many paddles must be sold to breakeven? Μια εταιρία που φτιάχνει κανό, πουλά τα κουπιά με τιμή $20 το τεμάχιο. Το μεταβλητό κόστος παραγωγής είναι $15, και τα σταθερά κόστη είναι $3000. Πόσα κουπιά πρέπει να πουλήσει για να μην έχει ούτε κέρδος ούτε ζημιά (νεκρό σημείο πωλήσεων); Solution / Λύση Step 1 (Βήμα 1) Unit Selling Price (Τιμή Πώλησης Τεμαχίου) $20 – Unit Variable Cost (Μεταβλητό Κόστος Τεμαχίου) $15 = Gross Profit Margin (Μικτό Περιθώριο Κέρδους) $5 Step 2 (Βήμα 2) Fixed Costs (Σταθερά Κόστη) $3000 / Gross Profit Margin (Μικτό Περιθώριο Κέρδους) $5 = 600 paddles must be sold to breakeven (600 κουπιά πρέπει να πουληθούν για το νεκρό σημείων πωλήσεων) Equation for calculating GPM %…
Learn to observe Learn to think Learn to question Learn to read Learn to connect Learn to discuss Learn to appreciate Learn to share Learn to create Learn to fail Learn to correct Learn to offer Learn to excel #mindstormGR / www.mindstorm.gr
Μετατροπή ποδιών σε μέτρα Feet Meter Formula for column Meter 20,00 6,10 =CONVERT(A5;”ft”;”m”) Μετατροπή βαθμών Φαρενάιτ σε Κελσίου Degree Fahrenheit Degree Celsius Formula for Degree Celsius 100,00 37,78 =CONVERT(D5;”F”;”C”) Μετατροπή ιπποδύναμης (HP) σε βατ (Watt) HP Watt Formula for column Watt 55,00 41013,49 =CONVERT(G5;”HP”;”W”)
Let’s assume that you have 2 excel files : product_data_excel.xlsx (99 rows x 5 columns, A2: E100) product_data_excel_2.xlsx (107 rows x 5 columns, A2:E108) The 5 columns of the two excel files are : product_id, product_description, quantity, regular_price and category.product_data_excel.xlsx You have changed quantity and price values for existing product_ids : “A0001” and “A0003” (column : “product_id”) and you have added 8 new products in excel file : product_data_excel_2.xlsx. product_data_excel_2.xlsx Now you want to compare product_data_excel.xlsx and product_data_excel_2.xlsx and create a new excel file : product_data_excel_changed_and_new_records.xlsx and csv file : product_data_excel_changed_and_new_data.csv with the 2 existing products you have changed and the 8 new ones you have added. product_data_excel_changed_and_new_records.xlsx Download product_data_excel.xlsx, product_data_excel_2.xlsx, product_data_excel_changed_and_new_records.xlsx, product_data_excel_changed_and_new_records.csv Click comparing_data_values_between_2_excel_files to see the code (html format) . . .
Ενσωματώστε ένα πίνακα πωλήσεων (αρχείο excel) στην ιστοσελίδα σας (διαδραστική ενσωμάτωση) Επιλέξτε τις δικές σας τιμές σε Sales Person, Region, Sales Channel και Products Type και δείτε τα αποτελέσματα. Choose your values for Sales Person, Region and Products Type and see the results. See Full view of workbook / Προβολή βιβλίου εργασίας σε πλήρες μέγεθος and give it a try! Watch the video and see how it works . . . Download the video Interactive Sales Dashboard (format : *.mkv)
Πως να προσθέσετε πληροφορίες (νέες στήλες όπως ημερομηνία ή κωδικό πελάτη) σε ένα νέο πίνακα από τους πίνακες παραγγελιών Order table, Customer table και Saleperson table. To join or merge tables that have a common id, you can use the INDEX and MATCH functions. Download excel file “join_tables_with_index_and_match_mindstormGR_3.xlsx” . . .Explanation Type the order_id and these formulas will pull the date, customer_id and the amount from the order table, the customer name (field : name) and the salesperson_id from the customer table, the salesperson name (field : name) from the salesperson table into the new table. The MATCH function is used to locate the right date, customer_id, amount, customer name, salesperson_id and the salesperson name and the INDEX function is used to retrieve the data. FB Tags : #tables #data #excel_tips #softexperia #mindstormGR / www.softexperia.com
Ενσωματώστε ένα αρχείο 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
Profit margin is the difference between the total cost to run your business and the total revenue it brings in. The higher your profit margin, the more money your business gets to keep. Profit margin is calculated with selling price (or revenue) taken as base times 100. It is the percentage of selling price that is turned into profit, whereas “profit percentage” or “markup” is the percentage of cost price that one gets as profit on top of cost price. While selling something one should know what percentage of profit one will get on a particular investment, so companies calculate profit percentage to find the ratio of profit to cost. Profit margin = ((Sell Price – Buy Price) / Sell Price)*100 Profit Percentage or Markup = ((Sell Price – Buy Price) / Buy Price)*100
Table / Πίνακας (πρόσθετο : TablePress) Chart / Γράφημα (πρόσθετο : M Chart)
Make Important Email Standout in Outlook with Color Coding / Πως να κάνετε σημαντικά ηλεκτρονικά μηνύματα να ξεχωρίζουν στο Outlook με τη χρήση χρωμάτων To make sure emails from important contacts stand out and do not go unnoticed, you can set up a rule that makes the email appear in a specific color or a specific size and type of font. For example, you can make emails from your boss appear in a larger font or have emails from family members all appear in red. To set up the way emails are displayed for: / Για να μπορείτε να ξεχωρίζετε τα ηλεκτρονικά μηνύματα από σημαντικές επαφές, θα πρέπει να φτιάξετε έναν κανόνα που θα παρουσιάζει το μήνυμα με ένα συγκεκριμένο χρώμα ή ένα συγκεκριμένο μέγεθος ή μια συγκεκριμένη γραμματοσειρά : For Outlook 2019 and Outlook 2016: Go to the View tab / Πηγαίνετε στο μενού View Select View Settings /…
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,…
Do not forget to click on “Data” > “Refresh All” every time you add a new row to your table with fields product, number and price. Download excel file “sort_and_drop_down_excel_c.xlsx” : View this video on youtube : https://lnkd.in/d8e_Aduu #excel_tips #softexperia #power_query #excel / Linkedin : Softexperia / www.softexperia.com
Formula for Cell D3 =IF(C3>B3;”Above budget”;”Below budget”) Email : info@softexperia.com Mobile : 6945 849400 #excel_tips #softexperia / fb : Softexperia.com / www.softexperia.com Download excel file : sales_january_2021_a.xlsx Δείτε τον πίνακα του αρχείου excel / View the table for excel file Download excel file : sales_january_2021_b.xlsx
Dataset : Data Science Job Salaries and Sales Number of Sheets : 3 1) data (dataset) – View large image : https://lnkd.in/dzxPbsDw 2) dashboard (pivot table and graph) – View large image : https://lnkd.in/dM8ZPPUM 3) dashboard 2 (pivot table and graph) – View large image : https://lnkd.in/dkt7V4uG Download excel file : https://lnkd.in/dfSC9JKT #dashboard #excel #graphs #softexperia / Linkedin : Softexperia / www.softexperia.com
View the table / Δείτε τον πίνακα View large image : https://lnkd.in/dHyranSb #softexperia #mindstormGR
Formula for Cell C11 ( Month 8 ) =FORECAST.LINEAR(A11;$B$4:$B$14;$A$4:$A$14) FB Tags : #softexperia #excel_tips
Wingdings Symbols on Excel – Χρήση συμβόλων στο Excel Formula for Column B (B4 & B5) B4=CHAR(40) B5=CHAR(49) FB Tags : #softexperia #excel_tips #symbols / fb : Softexperia.com / www.softexperia.com