0% au considerat acest document util (0 voturi)
5 vizualizări15 pagini

Refresh

Încărcat de

Sorin
Drepturi de autor
© All Rights Reserved
Respectăm cu strictețe drepturile privind conținutul. Dacă suspectați că acesta este conținutul dumneavoastră, reclamați-l aici.
Formate disponibile
Descărcați ca PPTX, PDF, TXT sau citiți online pe Scribd
0% au considerat acest document util (0 voturi)
5 vizualizări15 pagini

Refresh

Încărcat de

Sorin
Drepturi de autor
© All Rights Reserved
Respectăm cu strictețe drepturile privind conținutul. Dacă suspectați că acesta este conținutul dumneavoastră, reclamați-l aici.
Formate disponibile
Descărcați ca PPTX, PDF, TXT sau citiți online pe Scribd

Refresh

Selectii
 CTRL SHIFT Sageti
 ALT ;
 CTRL Enter
 F2
 F3
 F4
Filtre avansate

 Pasul 1: Panou de control – SAU verticala; SI Orizontala


 Pasul 2: Named Ranges

 Pasul 3: DSUM(TabelulMare; Eticheta coloana de agregat;


PanoulControl)
Sortarea
Formatarea conditionata

 Se selecteaza celulele
Printarea

 Pasul 1: View/Page Break Preview


 Pasul 2: Selectam tabelul: Set Print Area
 Pasul 3: Insert Page Break
 Pasul 4: Optiunile de printare din Page Setup
Functii de tip data calendaristica

 An --- Year(oDat),
 Semestru -- Nu avem functie (IF)
 Trimestrul -- Nu avem functie (VLOOKUP)
 Luna -- Month(oData),
 Saptamana din an --- WeekNUM(oData)
 Ziua din saptamana -- Weekday (oData) (masca: dddd)
 Ziua din luna --- Day (oData)
Functii de tip data calendaristica
 NetworkDays -- calculeaza nr de zile lucratoare dintre doua date
 NetworkDays (o data mai veche, o data mai noua, panoul de exceptii)

 DateDif -- calculeaza dintre doua date in orice unitate de masura


 (data veche, data noua, unitate de masura vrem diferenta)
 "Y"
 "M"
 Date --- genereaza date dinamic
 Date(Year(Today()),1,1)
 Date(Year(Today()) +1 , Month(Today()) +10 , Day(today()))

 Date(2018, 1 + 14 , 9 + 100)
Scenariul 1: Daca coloana are dimensiune fixa (CNP)

 Left (text; nr)


 Left("Curs Excel", 4) ----Curs

 Right (text; nr)


 Right("Curs Excel", 5) ----Excel

 Mid(Text, de al catelea, cate)


 Mid("Curs de Excel", 6, 2) --- de
Scenariul 2: Daca coloana are dimensiune
variabila

 Search (ce caut; unde caut) -- la al catelea caracter gaseste

 Len(text) --- lungimea textului


VLOOKUP

 Ne permite sa lucram cu doua tabele simultan

 VLOOKUP(ce caut; tabel_unde se face cautarea;


 de pe a cata coloana dorim valoarea; false)

 tabel_unde se face cautarea


 sa inceapa cu coloana se cauta
 sa contina si coloana de unde vreau rezultatul
 coloana unde caut contine valori unice
Subtotals

 Sortam dupa coloanal de grupat

 Data/Subtotals

 ALT ;
Charts

 Lines – cand vrem sa vedem variatia in timp

 Bars / Columns – cand dorim sa comparam intre ele valorile

 Pies – cand dorim sa raportam la un intreg


Data validation

 Ne permite sa controlam inputul de date


Resurse

 [Link]
 [Link]
 DVD

office@[Link]

Va multumesc!

Common questions

Dezvoltat cu IA

For visualizing data variations over time, line charts are recommended because they effectively show trends or changes. Bar or column charts are suitable when comparing discrete values or categories. Pie charts are useful when depicting proportions of a whole. Selecting the appropriate chart type is critical for accurately conveying the data’s story and achieving clarity .

The 'Search' function identifies the character position where a specified substring appears within a text, facilitating dynamic text analysis by enabling pattern recognition and extraction tasks. In contrast, the 'Len' function calculates the total number of characters in a string, providing a metric for text length rather than position-based analysis .

String manipulation functions such as 'Left', 'Right', and 'Mid' are crucial for handling text data. 'Left' extracts a specified number of characters from the beginning of a text string, while 'Right' extracts from the end. 'Mid' retrieves characters from the middle of a text string. These functions allow for precise data extraction and manipulation, which is particularly useful when dealing with fixed-length identifiers or variable text fields .

Date differences can be calculated using the 'DateDif' function, which computes the difference between two dates. The units of measure for the difference include 'Y' for years, 'M' for months, and other units as required. The function takes three arguments: the older date, the more recent date, and the unit of measure .

The 'NetworkDays' function calculates the number of working days between two dates, excluding weekends by default. It accepts three parameters: the start date, the end date, and a range for holidays or exceptions that should also be excluded from the count. By specifying these dates in the exception range, they will not be considered in the working days calculation .

To subtotal data within a spreadsheet, it is suggested to first sort the data by the column you wish to group. You can then apply the Data/Subtotals option to aggregate the data based on specific categories or conditions. This allows for organized data tiers and summary insights, improving comprehensibility of large datasets .

The VLOOKUP function allows for working with data across two tables by searching for a specified value in the first column of a given table and returning a value from another column in the same row. It's crucial for data lookup processes, especially when dealing with large datasets. The function ensures that the lookup table starts with the search column and includes the result column with unique values required for accurate data retrieval .

Advanced filtering techniques are necessary when users need to sort data based on multiple criteria simultaneously. For instance, when filtering using a control panel configured with both vertical and horizontal parameters to refine large datasets according to specific needs. This method allows for complex data analysis and extraction of valuable insights .

Data validation helps to improve data entry accuracy by controlling the input of data. It ensures that only acceptable or expected data types and values are entered into the spreadsheet. This validation process reduces errors and maintains data integrity, which is essential for reliable data analysis and reporting .

To set a print area and configure page breaks in a spreadsheet program, follow these steps: 1. Go to View/Page Break Preview to see how pages are laid out for printing. 2. Select the table you wish to print and use 'Set Print Area' to define the printable area. 3. Insert Page Break to split the content across different pages as required. 4. Adjust print options in the Page Setup to finalize formatting .

S-ar putea să vă placă și