Notes For Excel
Notes For Excel
=C3 + D3 + E3
=SOMME( C3:E3 )
1 or more = at least 1
=MIN( C3:E3 )
=MAX( C3:E3 )
=MOYENNE( C3:E3 )
1582,645 = FR
1582.645 = EN
=MAX(A1:A5)
=MAX(A1;2;C3:D5)
F4 (or + FN) ==> dollar to fix error = to fixe value (figer la valeur (la case))
1. F4 pressed once: D10 to $D$10 (lock column to D, and lock row to 10)
2. F4 pressed twice: $D$10 to D$10 (column D free to move, lock to row to 10)
4. F4 pressed four times: $D10 to D10 (both column D and row 10 free to move)
Note: Relative Cell References will always keep the relative position.
Absolute Cell Reference will keep the locked down, absolute, cell position.
2 parameters
1582,645
2 decimal places give 1582,65
1 decimal place gives 1582,6
0 decimal places give 1583
-1 decimal places give 1580
-2 decimal places give 1600
( ) math
in a function: if the parameter is in [ ] that means it's optional ==> if it's not it's compulsory
=LEN( ) ==> En
=NBCAR( ) ==> fr
For example:
=NBCAR(A1)
=NBCAR("String to Process")= 17
This returns the number of characters in the specified text string, defined in the first parameter.
If a cell reference is passed, and the cell value is blank, the value 0 is returned.
=SI( K3>8; "Great"; SI( K3>6,15; "Good"; SI( K3<2; "FAILED !!!"; "Bad" ) ) )
=SI( K3>=L11; K11; SI( K3>=L12; K12; SI( K3>=L13; K13; K14 ) ) ) ==> =SI( K3>=$L$11; $K$11;
SI( K3>=$L$12; $K$12; SI( K3>=$L$13; $K$13; $K$14 ) ) )
=SI( G27=VRAI; D30; SI( G28=VRAI; D31; D32 ) )
--------------------------------------
--------------------------
1- OU // NBCAR
Show "Oui"
==> =SI(OU(K3>7;O3<5);"OUI";"NON")
==> =SI(OU(K3>7;NBCAR(B3)<5);"OUI";"NON")
2- AND
IF sum of Min value and Max value <= 13 AND Weighted Avergae <=7 AND Length of Name >=5
3- OR inside AND
IF EXCEL Score > French Score
no
5-
=STXT(C25; 5; 3)
7- Concat = &
=MAJUSCULE(K22)
=MINUSCULE(K22)
=NOMPROPRE(K22)
Approximative : vrai ou faux ==> si on met faux il va nous mettre N/A ou message d'erreur qu'on va
lui demander. Si on met Vrai il va chercher la case et si il ne trouve pas il nous donne celle d'avant
The 4th parameter of the VLOOKUP (RECHERCHEV) Function is called the Range
Total price
=siereur(rechercheV(H4;C7:E12;IF(H5<>"Y";2;3))*H4;0)
--------------------------------------
=SIERREUR( RECHERCHEH(G4; D7:M13; 4; FAUX) & ", " & RECHERCHEH(G4; D7:M13; 5; FAUX) & " -
" & "(" & " " &RECHERCHEH(G4; D7:M13; 2; FAUX) & " " & MAJUSCULE(RECHERCHEH(G4; D7:M13; 3;
FAUX)) & " )"; "Client Not Found")
-----------------------------------
=2000 + STXT(D7;2;2)
-------------------------------------
Use 911 if you cant find the number of charac or don't find
-------------------------------
INDEX EQUIV
EQUIV (MATCH)
recherche un élément spécifique dans une colonne ATT select only the column or the line
Look for a value in the left of the table (we can't use VLOOKUP=rechercheV because we can't look for
a value before
La fonction INDEX
renvoie une valeur ou une référence à une valeur provenant d’un tableau ou d’une plage.
1. Size of Cell Range to perform Requires whole table array Only requires lookup column and
Function return column
2. Choice of Lookup Column Must be first column in the table array Can be any column
3. Direction from Lookup Must be the Lookup Column or any Can be any column
Column column to the right
4. Result from Inserting Columns Breaks return cells If Relative Cell References are used,
won't break return cells
--------------------------------------------------
-------------------------------------------------------------
=ALEA.ENTRE.BORNES
-----------------------------------
?C = must start with something (no empty) and after find "C"
- : hyphen
------------------------------------------------------
Named range ==> select a table or a group of celles and name it as you want in the left top of the
excel
- to compare a column to another column (grades for ex) ==> select all celles of one column (last
column for ex) ==> select the first celle (value) in the 2nd column ==> the value need to be with 1£
before the celle: $A1 (2 times F4) ==> first value in the column
Afficher les valeur en barres ==> mise en forme conditionnelle ==> barres de données ==> autres
règles ==> select afficher la barre uniquement et changer la couleur
==> mise en forme cond. ==> Règle de mise en surbrillance ==> autres règles ==> utiliser une formule
pour determiner pour quelles cellules le format sera appliqué ==>mettre la formule cellule $D3 (F4 &
F4) and put the logical equation (> or < or = ) ==> clic on format ==> remplissage et choisir une
couleur
----------------------------------------------------------
delete deplicate ==> données ==> two barres bleu (supprimer les doublons)
--------------------------------------------------------------------------
1 Add a drop down list containing valid Work Order ID values in cell N3
2 If Work Order ID ( N3 ) is found, display the Discount Band ( N4 ) and Date ( P4 ) using a
LOOKUP function
3 If Work Order ID ( N3 ) is found, display the corresponding Segment ( N5 ) and Sales Price ( P5
), using INDEX MATCH
4 If Work Order ID ( N3 ) value is not found, display '=:=' for Discount Band, Date and Segment (
N4, P4, and N5 ), and 0 for Sales Price ( P5 )
5 Add a drop down list in cell N7, containing the 5 valid Country values from column E
6 In cell N8, display the number of Work Orders matching the Country ( N7 )
7 In cell N9, display the total of all Units Sold of the work orders matching the Country ( N7 )
8 In cell N10, display the number of Work Orders where Sale Price < 100€ and USA or Units
Sold > 999 and VTT
9 In cell N11, display the number of Low or Medium or High Work Orders
10 In cell N12, display number of Work Orders where Date is between 15/09/2022 and
15/10/2022 NB. do NOT include the dates