Category

ENGLISH ARTICLES

Category

Rules 1) If Sales >= 20000, then 4% commission 2) If Sales >= 5000 and < 20000, then 5% commission 3) If Sales >= 1 and < 5000, then 6% commission D3 cell function =IF(C3>=$G$3;$H$3;IF(C3>=$G$4;$H$4;$H$5))*C3 D4 cell function =IF(C4>=$G$3;$H$3;IF(C4>=$G$4;$H$4;$H$5))*C4 D5 cell function =IF(C5>=$G$3;$H$3;IF(C5>=$G$4;$H$4;$H$5))*C5 D6 cell function =IF(C6>=$G$3;$H$3;IF(C6>=$G$4;$H$4;$H$5))*C6 Δείτε το σχετικό άρθρο στο blog της ιστοσελίδας softexperia.com . . .

Did you know you can use Python code to create an Excel Data Entry Form and avoid duplicate records? Πώς να δημιουργήσετε μια φόρμα εισαγωγής δεδομένων σε 10 λεπτά με τη γλώσσα προγραμματισμού PYTHON (No VBA) Πώς να διασφαλίσετε ότι δεν θα κάνετε διπλοεγγραφές Excel fields : Name, City, Favorite Color, German, Spanish, English, Children Excel before data entry Data entry form Excel after data entry ‘Python code starts here. import PySimpleGUI as sg import pandas as pd # Add some color to the window sg.theme(‘DarkTeal9’) EXCEL_FILE = ‘data_entry.xlsx’ df = pd.read_excel(EXCEL_FILE) layout = [ [sg.Text(‘Please fill out the following fields:’)], [sg.Text(‘Name’, size=(15,1)), sg.InputText(key=’Name’)], [sg.Text(‘City’, size=(15,1)), sg.InputText(key=’City’)], [sg.Text(‘Favorite Color’, size=(15,1)), sg.Combo([‘Green’, ‘Blue’, ‘Red’], key=’Favorite Color’)], [sg.Text(‘I speak’, size=(15,1)), sg.Checkbox(‘German’, key=’German’), sg.Checkbox(‘Spanish’, key=’Spanish’), sg.Checkbox(‘English’, key=’English’)], [sg.Text(‘No. of Children’, size=(15,1)), sg.Spin([i for i in range(0,16)], initial_value=0, key=’Children’)], [sg.Submit(), sg.Button(‘Clear’), sg.Exit()] ] window = sg.Window(‘Simple data entry form’, layout) def clear_input(): for key…

Overdose of technology Overdose of terminology Overdose of methology Overdose of anxiety Overdose of solitude Overdose of medicine Overdose of detection Overdose of destruction Overdose of pollution Overdose of communication No dose of apology No dose of affection No dose of direction No dose of connection Is there any hope of salvation? #mindstormGR / www.mindstorm.gr

/ what a strange power there is in fear and in hope. / τι παράξενη δύναμη υπάρχει στο φόβο και στην ελπίδα. Μάχονται μεταξύ τους ανελέητα. Εσείς ποιο στρατόπεδο επιλέγετε; #φόβος #ελπίδα #mindstormGR #nature #hellenicland #fear

As Greeks all over the world mark International Greek Language Day on February 9, many recall the speeches in English — peppered with Greek-origin words and phrases — given by economist and politician Xenophon Zolotas in the late 1950s. Zolotas was director of the Bank of Greece when he appeared in front of an audience at an International Bank for Reconstruction and Development conference in 1959. He delivered two speeches in English using Greek words to emphasize the wealth of the Greek language and the fact that countless Greek words enrich English. Greek remains a language which greatly enriches international scientific discourse; more than any other, it is the language which developed, shaped and expressed the beginning of most scientific theories, philosophical thoughts, and literature in most of the modern-day languages of the Western world. Here is the second speech delivered Oct. 2, 1959: Kyrie, It is Zeus’ anathema on…

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. 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 

Pin It