diff --git a/.DS_Store b/.DS_Store
index 5008ddf..982d74a 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.~lock.Exercise_6_LibreOffice Calc Magic.ods# b/.~lock.Exercise_6_LibreOffice Calc Magic.ods#
new file mode 100644
index 0000000..9b9ae65
--- /dev/null
+++ b/.~lock.Exercise_6_LibreOffice Calc Magic.ods#
@@ -0,0 +1 @@
+,home,L-MacBook-4.local,01.12.2025 14:12,file:///Users/home/Library/Application%20Support/LibreOffice/4;
\ No newline at end of file
diff --git a/.~lock.survey-class-data-template.csv# b/.~lock.survey-class-data-template.csv#
deleted file mode 100644
index e03fd0d..0000000
--- a/.~lock.survey-class-data-template.csv#
+++ /dev/null
@@ -1 +0,0 @@
-,home,L-MacBook-4.local,17.11.2025 13:48,file:///Users/home/Library/Application%20Support/LibreOffice/4;
\ No newline at end of file
diff --git a/Exercise_6_LibreOffice Calc Magic.ods b/Exercise_6_LibreOffice Calc Magic.ods
new file mode 100644
index 0000000..c0e4c2a
Binary files /dev/null and b/Exercise_6_LibreOffice Calc Magic.ods differ
diff --git a/Instructions_6_LibreOffice Calc Steps.html b/Instructions_6_LibreOffice Calc Steps.html
new file mode 100644
index 0000000..b2a6dc7
--- /dev/null
+++ b/Instructions_6_LibreOffice Calc Steps.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+ Simple Russian Film Exercises
+
+
+
+ 🎬 Simple Russian Film Exercises
+
+
+ File: russian_films_simple.csv
+ Columns: Month, Year, Film, Genre, Rating, Budget, Income, Profit (empty)
+
+
+ 📂 1. OPEN & SETUP
+
+
+
1
+
Open CSV File:
+ → → Find file → Open
+
+
+
+
2
+
Complete Month Column:
+ • Type "January" in first empty cell
+ • Click small square at bottom-right of cell
+ • Drag down to fill all months
+
+
+
+
3
+
Complete Year Column:
+ • Type "2023" in first empty cell
+ • Drag down to fill all years
+
+
+ 📋 2. CREATE DROPDOWN LISTS
+
+
+
4
+
Genre Dropdown:
+ • Select all cells in Genre column
+ • →
+ • Under "Allow": Choose
+ • Type:
Comedy,Drama,Action,Fantasy,War,Sci-Fi
+ • Click
+
Alt+D, V
+
+
+
+ Try it: Click any cell in Genre column → Arrow appears → Choose different genre
+
+
+ 🔢 3. CALCULATE PROFIT WITH FORMULA
+
+
+
5
+
Profit Formula:
+ • Click first empty cell in Profit column (row 2)
+ • Type:
=IF(G2>F2,"TRUE","FALSE")
+ • Press Enter
+
G2 = Income, F2 = Budget (check your column letters!)
+
+
+
+
6
+
Copy Formula:
+ • Click cell with formula
+ • Click small square at bottom-right
+ • Drag down to fill all rows
+
+
+
+ Formula explanation: If Income > Budget, write "TRUE", else write "FALSE"
+
+
+ 📊 4. CREATE BAR CHART
+
+
+
7
+
Select Data for Chart:
+ • Click and drag to select Film Titles (column C)
+ • Hold
CTRL key
+ • Click and drag to select Income (column G)
+ • Release CTRL key
+
+
+
+
8
+
Insert Chart:
+ • →
+ • Choose chart type
+ • Click two times
+ • Title: "Russian Film Income"
+ • Click
+
+
+
+ Your chart shows: Which films made the most money
+
+
+ 🔍 5. FILTER & SORT
+
+
+
9
+
Add Filters:
+ • Click anywhere in your data
+ • →
+ • Small arrows appear in each column header
+
Ctrl+Shift+L
+
+
+
+
10
+
Try Filtering:
+ • Click arrow in Genre column
+ • Choose only "Comedy"
+ • Click arrow in Profit column
+ • Choose only "TRUE"
+
+
+
+ Now you see: Only Comedy films that made profit
+
+
+ 💬 6. ADD COMMENTS
+
+
+
11
+
Add Comment to Favorite Film:
+ • Right-click on any film name
+ • Choose
+ • Type: "My favorite film!"
+ • Click outside the comment box
+
Ctrl+Alt+C
+
+
+
+
12
+
Add More Comments:
+ • Comment on film with highest rating
+ • Comment on film with biggest budget
+ • Comment on why a film didn't make profit
+
+
+
+ 🎯 COMPLETE ALL 12 TASKS → SAVE FILE → SHOW TEACHER!
+ File → Save As → Type: .ods → Name: your_name_films.ods
+
+
+
+
+
\ No newline at end of file
diff --git a/survey-class-data-template.ods b/survey-class-data-template.ods
new file mode 100644
index 0000000..cf43870
Binary files /dev/null and b/survey-class-data-template.ods differ