MS Excel for Data Analysis
✅ Learn Basic & Advaced Ms Excel concepts for data analysis ✅ Learn Tips & Tricks Used in Excel ✅ Become An Expert ✅ Use The Skills Learnt Here In Your Career For promotions: @love_data
Ko'proq ko'rsatish📈 Telegram kanali MS Excel for Data Analysis analitikasi
MS Excel for Data Analysis (@excel_analyst) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 72 371 obunachidan iborat bo'lib, Taʼlim toifasida 2 210-o'rinni va Hindiston mintaqasida 4 460-o'rinni egallagan.
📊 Auditoriya ko‘rsatkichlari va dinamika
невідомо sanasidan buyon loyiha tez o‘sib, 72 371 obunachiga ega bo‘ldi.
25 Avgust, 2026 dagi oxirgi ma’lumotlarga ko‘ra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni 569 ga, so‘nggi 24 soatda esa 23 ga o‘zgardi va umumiy qamrov yuqori darajada qolmoqda.
- Tasdiqlash holati: Tasdiqlanmagan
- Jalb etish (ER): Auditoriya o‘rtacha 3.21% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 1.27% ini tashkil etuvchi reaksiyalarni to‘playdi.
- Post qamrovi: Har bir post o‘rtacha 2 323 marta ko‘riladi; birinchi sutkada odatda 921 ta ko‘rish yig‘iladi.
- Reaksiyalar va o‘zaro ta’sir: Auditoriya faol: har bir postga o‘rtacha 5 ta reaksiya keladi.
- Tematik yo‘nalishlar: Kontent excel, cell, chart, pivot, row kabi asosiy mavzularga jamlangan.
📝 Tavsif va kontent siyosati
Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida ta’riflaydi:
“✅ Learn Basic & Advaced Ms Excel concepts for data analysis
✅ Learn Tips & Tricks Used in Excel
✅ Become An Expert
✅ Use The Skills Learnt Here In Your Career
For promotions: @love_data”
Yuqori yangilanish chastotasi (oxirgi ma’lumot 26 Avgust, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli bo‘lib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Taʼlim toifasidagi muhim ta’sir nuqtasiga aylantirishini ko‘rsatadi.
=TEXT(value, format_text)
⚠️ The result of TEXT() is text, not a numeric value.
📌 Example 1 – Format a Date
Suppose:
A2 = 17-Aug-2026
Formula:
=TEXT(A2,"dd-mm-yyyy")
Result:
17-08-2026
Another example:
=TEXT(A2,"mmmm yyyy")
Result:
August 2026
📌 Example 2 – Extract the Month Name
=TEXT(A2,"mmmm")
Result:
August
Short month name:
=TEXT(A2,"mmm")
Result:
Aug
📌 Example 3 – Format Numbers
Suppose:
A2 = 125000
Formula:
=TEXT(A2,"#,##0")
Result:
125,000
📌 Example 4 – Format Currency
=TEXT(A2,"₹#,##0")
Result:
₹125,000
You can also use:
=TEXT(A2,"₹#,##0.00")
Result:
₹125,000.00
📌 Example 5 – Format Percentage
Suppose:
A2 = 0.25
Formula:
=TEXT(A2,"0%")
Result:
25%
With decimals:
=TEXT(A2,"0.00%")
Result:
25.00%
📌 Example 6 – Combine Text with a Date
Suppose:
A2 = 17-Aug-2026
Formula:
="Report generated on "&TEXT(A2,"dd-mmm-yyyy")
Result:
Report generated on 17-Aug-2026
This is especially useful for dynamic report titles and dashboard labels.
📌 Common Date Format Codes
• dd → Day
• ddd → Short day name
• dddd → Full day name
• mm → Month number
• mmm → Short month name
• mmmm → Full month name
• yy → Two-digit year
• yyyy → Four-digit year
Example:
=TEXT(A2,"dddd, dd mmmm yyyy")
Result:
Monday, 17 August 2026
📌 Important Difference
Changing the cell's number format only changes how the value looks.
TEXT() actually converts the value into text.
For example:
=TEXT(A2,"₹#,##0")
may look like a currency value, but the result is text and shouldn't be used directly for mathematical calculations.
📌 Real-World Uses
• Format dates in reports.
• Create dynamic dashboard titles.
• Display currency values.
• Format percentages.
• Create readable messages.
• Combine numbers or dates with text.
📌 Common Mistake
❌ Using TEXT() when you still need to perform calculations on the result.
If you only need to change how a number or date looks, consider using Cell Format → Number Format instead.
✅ Quick Tip
Remember:
TEXT() → Convert a value into formatted text
Examples:
• =TEXT(A2,"mmmm yyyy") → August 2026
• =TEXT(B2,"₹#,##0") → ₹125,000
• =TEXT(C2,"0.00%") → 25.00%
Double Tap ❤️ For More
-----
2.18 ₽ · /balance_help