



Studia grazie alle numerose risorse presenti su Docsity
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Prepara i tuoi esami
Studia grazie alle numerose risorse presenti su Docsity
Prepara i tuoi esami con i documenti condivisi da studenti come te su Docsity
Trova i documenti specifici per gli esami della tua università
Preparati con lezioni e prove svolte basate sui programmi universitari!
Rispondi a reali domande d’esame e scopri la tua preparazione
Riassumi i tuoi documenti, fagli domande, convertili in quiz e mappe concettuali
Studia con prove svolte, tesine e consigli utili
Togliti ogni dubbio leggendo le risposte alle domande fatte da altri studenti come te
Esplora i documenti più scaricati per gli argomenti di studio più popolari
Ottieni i punti per scaricare
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Una panoramica delle funzioni e delle formattazioni avanzate utilizzate in Microsoft Excel, tra cui esponentiali, logaritmi, arrotondamenti, riferimenti, somme, rand, formattazione condizionale, controlli condizionali, contatori, calcoli date e ricerche. Viene inoltre illustrato come utilizzare funzioni come SUMIF, COUNTIFS, AVERAGEIFS, VLOOKUP, bar plots, pie chart, import data, cell format, sorting, pivot tables e what-if-analysis.
Tipologia: Appunti
1 / 5
Questa pagina non è visibile nell’anteprima
Non perderti parti importanti!




Exponential =EXP(num) Logarithm =LOG(num;base) Round =ROUNDDOWN(num;decimal digit) 0 = solo numero intero, 1 = una cifra decimale =ROUNDUP(num;decimal digit) Absolute reference = to fix a cell $A$ Relative reference To fix the column $D To fix the row D$ Sum =SUM(A1:A5) Rand =RAND() from 0 to 1 =RAND()*100 from 0 to 100 Cross-sheet reference Sheet1!cell (use $ to fix cells) Conditional formatting: highlight all the cells containing …
Lock the first two rows of the sheet In order to lock the first two rows, I go on the third row and click
greater than = greater or equal < less than <= less or equal <> not equal If condition IF(condition; action if TRUE; action if FALSE) example =IF(B2="German"; E2; "-") If not condition =IF(NOT(B2="German");MAX(E2:G2); "-") OR =IF(B2="German"; "- "; MAX(E2:G2)) Or condition (one or the other condition true) =IF(OR(D2="Eng";D2="Arg"); MEAN(E2:G2);"") And condition (both conditions true) =IF(AND(B2="Italian";C2=1);"x";IF(AND(B2="German";C2>=2);"xx";"")) Sumif condition SUMIF (range, criteria, [sum_range]) criteria that includes math symbols, must be enclosed in double quotation marks (") example =SUMIF(D2:D18, "Polito", F2:F18) se D2:D18 contiene Polito somma F2:F Count the number of cells specified by a given set of conditions =COUNTIFS(range, criteria, range, criteria) example =COUNTIFS(C2:C7, “>=50”, B2:B7, “East”) Add the cells specified by a given set of conditions =SUMIFS(sumrange, range, criteria, range, criteria) example =SUMIFS(D2:D7, C2:C7, “>=50, B2:B7, “East”) somma D2:D7 se… Find average of the cells specified by a given set of conditions =AVERAGEIFS(averagerange, range, criteria, range, criteria) Return the number of characters in a text =LEN(text) Return the specific number of characters from the start/the end of the text =LEFT(text, numofcharacters) =RIGHT(text, number) =CONCATENATE(LEFT(text,num),RIGHT(text,num)) Calculate a date =DATE(year(A1)-3,month(A1)+2,day(A1)) Change date format Number -> format cells Return the number of days between two dates =DAYS(enddate,startdate)
What-if-analysis: set of tools to process and evaluate various results from values in one or more formulas Tools available: scenario, data table, goas seek Scenario manager: set of values that Excel saves and can substitute automatically on your worksheet Used to show different scenarios for one module
Data Table