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
Show more📈 Analytical overview of Telegram channel MS Excel for Data Analysis
Channel MS Excel for Data Analysis (@excel_analyst) in the English language segment is an active participant. Currently, the community unites 72 371 subscribers, ranking 2 210 in the Education category and 4 460 in the India region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 72 371 subscribers.
According to the latest data from 25 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 569 over the last 30 days and by 23 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 3.21%. Within the first 24 hours after publication, content typically collects 1.27% reactions from the total number of subscribers.
- Post reach: On average, each post receives 2 323 views. Within the first day, a publication typically gains 921 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 5.
- Thematic interests: Content is focused on key topics such as excel, cell, chart, pivot, row.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“✅ 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”
Thanks to the high frequency of updates (latest data received on 26 August, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Education category.
=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