Python in Excel Let's explore, how to use Python in Excel for simulated portfolio return. 📊💻🔥
ExcelBook
Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from ExcelBook, Education, Pune.
MS Excel Knowledge will be shared in these tutorial videos, from Basic to advanced calculation will be showcased with examples that are used in day to day activities.
02/12/2025
Excel Advance Formula
Let's explore the advanced formula BYROW and LAMBDA. Useful for Day to Day Operations. 🤗
📊💻🎉
26/11/2025
Excel with Python
Let's explore the scenario, where we can capture unique values from a list with duplicate records. 📊🔍💻
15/11/2025
Excel Formula - TEXTSPLIT 📊💻🔥
15/11/2025
Product: Excel Custom Formatting
Excel Tip for WhatsApp: Scaling Numbers with Custom Formatting 🎓
Want to make your Excel sheets look cleaner when handling large numbers? Use custom formatting to display values in lakhs, crores, or simply in thousands or millions—while the actual number remains unchanged for calculations!
•1️⃣Quick Shortcut: Press Ctrl + 1 to open Format Cells.
• 2️⃣Show in Hundreds: Use 0"."00/- to display as if divided by 100 (2 decimal places).
• 3️⃣Show in Thousands: Try #, # # #, (no decimals) or # # #.00/- (2 decimals)—displays numbers divided by 1,000.
• 4️⃣Show in Millions: Use #, # # #,, (no decimals) or # # #.00,,/- (2 decimals)—divides by 10 lakh (1,000,000).
• 5️⃣Show in Billions: Format with # # #,,, (no decimals) or # # #.00,,,- (2 decimals)—divides by 100 crore (1,000,000,000).
📢Pro Tip: Add commas at the end of your format to scale numbers automatically! Only the display changes, not the actual value—so your formulas and calculations stay accurate. 📊
09/11/2025
We are discussing ways to use Python in Excel. In this scenario we are trying Square function. 📊💻🔥
Product: MS-Excel (M365) Functionality
Experienced Excel users know that adding checkboxes is often tedious.This complexity arises because it is necessary to provide several parameters during insertion using ‘Form Controls’ or ‘ActiveX Controls’ functionality. Additionally, when a checkbox is added, it is displayed as an object within the worksheet, which can further complicate its management and integration into existing data.
Now, Excel introduces new functionality for adding ‘Checkbox’ ☑️ in the worksheet. This functionality is available in the ‘Insert’ section of Ribbon under ‘Controls' sub-section.
To insert the Checkbox, follow the steps below:
1) Select the cell or range where you want to deploy checkbox ☑️
2) Select Insert ➡️ Checkbox
How this Checkbox works:
• Click on the Checkbox for Check and Uncheck action
Or
• Select cell or range where Checkbox are available then just press Spacebar on your keyboard
• Also, on each click underneath the cell will turn to TRUE for Check and FALSE for Uncheck.
To remove Checkbox, we need to simply select checkbox and press Delete on our keyboard.
Pay Attention - If any of the checkboxes were checked, Delete will uncheck them. Press Delete again to remove them entirely.
This Checkbox are important for managing Checklists, managing Tasks and Visualizing Data. Now just add Checkbox and click for making our worksheet more dynamic and user-friendly.
Let Explore 😊❎✅🖥️💻⌨️
Microsoft Forms integration with Microsoft Excel.✍️
Microsoft introduces a powerful Forms functionality in desktop versions of Excel that is set to transform your data collection process into more efficient, effective, accurate and systematic. With this integration, we can create Form directly within an Excel tab, linking the Form to the tab seamlessly. This feature was previously available in Excel for the Web, and now it is available in the Window. However, this feature works with OneDrive and SharePoint as this feature required AutoSave to be turned On.
How it works:
Insert ➡️ Forms ➡️ New Form:
A new browser tab will open, presenting with a blank form to customize accordingly to our need. Simultaneously, a linked table will appear in our tab, ready to synchronize with the Form. As we Edit the Form or Receive new submissions, the linked table in our tab will automatically update, ensuring that our data is always real time and accurate as filled.
Insert ➡️ Forms ➡️ Preview Form: This option will open the Form in preview mode in a new browser tab, allowing you to see how our Form will look to respondents.
Insert ➡️ Forms ➡️ Edit Form: This option will open the Form in edit mode in a new browser tab, so we can make changes to the Form as required.
Insert ➡️ Forms ➡️ Send Form: This option will open the Form in a new browser tab and show the dialog letting us send the Form out to respondents and begin collecting responses.
In our example, posted in the screenshot. We created a Form to collect Traffic related data from various people. In a similar way, this can be used anywhere data collection would be integral such as Entrepreneur collecting feedback for his latest service or product from customers etc.
Please Keep a Note: The new Microsoft Forms integration is available to all Current Channel users running Version 2410 (Build 16.0.18227.20000) or later.
Please refer to the screenshot provided with this post for more clarity. 📊💻📈💡
Product: MS-Excel (M365) [Functionality]
Improvement in TEXT 📝 Functions along with adding Compatibility Versions functionality.
TEXT Functions such as LEN, MID, SEARCH, FIND and REPLACE have been upgraded to work better with Unicode characters along with introducing Compatibility Versions, which will allow to improve functions without changing the results in the existing file 🗃️.
Earlier there were major pain points for the excel users and those who use emojis, because these TEXT functions have been double-counting certain characters. There is one more thing for which this update is important as these TEXT functions are now consistent with Excel more other modern text functions, which did not have this issue.
Existing TEXT function behaviour where LEN(😊) = 2, that’s a bit confusing!
With this update, the LEN, MID, SEARCH, FIND, and REPLACE functions now count each character once, no matter what that character is.
To ensure that calculations in existing workbooks don’t change, these improvements are being rolled out as Compatibility Version 2️⃣.
This Compatibility Version are set per workbook. Version 1️⃣ – Recommended reflects historical calculation behaviour while Version 2️⃣ – Latest, contains the improvement to TEXT functions as mentioned above as to count each character once. Default settings will always be on Version 1️⃣ – Recommended, so their calculations will remain consistent.
To change a workbook’s compatibility Version, select Formulas ➡️ Calculation Options ➡️Compatibility Version.
Let Explore 😊👁️🗨️
💻Product: M365 Excel (Formulae)
*️⃣Formula:
TEXTSPLIT: Split text into rows or columns using delimiters
🔣Function Parameters:
=TEXTSPLIT(text,col_delimiter,[row_delimiter],[ignore_empty], [match_mode], [pad_with])
1) Text [Required]: The text you want to split.
2) col_delimiter: The text that marks the point where to spill the text across columns.
Or
3) row_delimiter: The text that marks the point where to spill the text down rows.
4) ignore_empty [Optional]: Specify TRUE to ignore consecutive delimiters. Defaults to
FALSE, which creates an empty cell.
5) match_mode [Optional]: Specify 1 to perform a case-insensitive match. Defaults to 0,
which does a case-sensitive match.
6) pad_with [Optional]: The value with which to pad the result. The default is /A.
👁️🗨️Our Example:
In our example, we are taking the reference number Column ‘C’ e.g. NSE/CMTR/67774 to explain excel formula. Here, we are attempting to separate by taking help of ‘/’ sign to separate each section. The first section belongs to the entity, the second section for the department and the last section is about notification reference number.
1) Column D: NSE
2) Column E: CMTR
3) Column F: 6777
Look at the screenshot attached here for more clarity.
Let explore 😊
06/10/2025
🟠Product: MS-Excel (M365) [Formula]🟠
MS-Excel introduces the new excel function ‘GROUPBY’. These functions allow to perform data aggregation and summary using a single formula. These functions are extremely powerful, simple and useful for our day-to-day operation.🏦🏙️🧑💻
GROUPBY:
This function replica of SQL command ‘GROUPBY’ and can be effectively used to capture similar output. This function requires three arguments ‘What to group by’, ‘the values to aggregate’ and ‘the function’ we would like to aggregate.
GROUPBY(row fields, values, function, [field headers], [total depth], [sort order], [filter array]🖥️💻⌨️
1) Row Fields (Required) - A column-oriented array or range that has the values which are used to group rows and generate row headers. [A1:B76]
2) Values (Required) – A column-oriented array or range of the data to aggregate. [D1:D76]
3) Function (Required) - SUM, MAX, AVERAGE, COUNT, PERCENTOF etc.) that is used to aggregate values. [SUM]
4) Field Headers (Optional) - A number that specifies whether the row fields and values have headers and whether field headers should be returned in the results. The possible values are: (0: No, 1: Yes and don't show, 2: No but generate, 3: Yes and show) [3]
5) Total Depth (Optional) - Decides whether the row headers should have totals. The possible values are: (0: No Totals, 1: Grand Totals, 2: Grand and Subtotals, -1: Grand Totals at Top, -2: Grand and Subtotals at Top) [1]
6) Sort Order (Optional) - A number showing how rows should be sorted. Numbers correspond with columns in row fields followed by the columns in values. If the number is negative, the rows are sorted in descending/reverse order. [-1]
Our Example for Practice:
We created data with columns ‘Year’, ‘Category’, ‘Product’ and ‘Sales’ from column A to D. Let's try to use our ‘GROUPBY’ function in cell ‘F2’. In the formula, for Row Fields provided column A [Year] and B [Category], for Values provided column C [Sales], for Aggregation providing SUM, provided 3 as input to show the Header, provided 1 to provide Grand Total at Bottom of table and -1 provided to Sort based on the first column in descending order.
Output of the above Formula:
A summary table grouped by Year and Category, Total Sales for each combination, a Header Row at the top, a Grand Total row at the bottom and Sorted by Year (Descending).
For more insight please follow our WhatsApp Channel:
https://whatsapp.com/channel/0029VaTjo3p5fM5goFWxNm28
Let's explore and Practice 😊
📊📈📋🖨️💶
05/10/2025
Pascal Triangle and Excel COMBIN Function
Blaise Pascal 👶 was born in 1️⃣6️⃣2️⃣3️⃣ and began life as a child prodigy🧑🏫. Pascal soon become a celebrated mathematician🧑💼.
The Greek mathematician Pythagoras 🧒demonstrated that the square of the longest side of a right triangle, the hypotenuse, is equal to the sum off the squares of the other two sides.c^2=a^2+b^2 This equation has a problem as this will work only for squaring and would not work for any integer higher than 2️⃣ fit the bill. For example, the equation below will not work and provide an expected answer. c^3=a^3+b^3
To address the above problem, Pascal came with a more innovative approach. Pascal used a geometric format to illuminate the underlying algebraic structure. His methodology was simple and is applicable to a wide variety of problems in the world of maths this concept world known as ‘Pascal’s Triangle’🔺. In the Pascal Triangle each number is the sum of the two numbers to the right and to the left on the row above.
1️⃣
1️⃣ 1️⃣
1️⃣ 2️⃣ 1️⃣
1️⃣ 3️⃣ 3️⃣ 1️⃣
1️⃣ 4️⃣ 6️⃣ 4️⃣ 1️⃣
1️⃣ 5️⃣ 1️⃣0️⃣ 1️⃣0️⃣ 5️⃣ 1️⃣
1️⃣ 6️⃣ 1️⃣5️⃣ 2️⃣0️⃣ 1️⃣5️⃣ 6️⃣ 1️⃣
Formula for Pascal’s triangle to find the entry for any row ‘n’ and column ‘k’: This is the same as “n!/ [k! (n – k)!]” Here, n is an integer and 0 ≤ k ≤ n. The formula is also called Pascal’s rule, each entry in the triangle is a binomial coefficient. The COMBIN function in Excel calculates the number of possible combinations when choosing k items from n, without repetition. It can be used to replicate Pascal's Triangle. The screenshot provided displays numbers arranged vertically as row ‘n’ and horizontally as column ‘k’, both starting from zero and increasing by one for each subsequent row and column.
In the COMBIN function, two parameters are required: the first is row ‘n’ [$C9], and the second is column ‘k’ [E$4]. The Excel function ‘IFERROR’ has been used to remove errors from our output. Next, we will attempt to solve the previously mentioned cubic equation using the COMBIN function to calculate the required coefficients. As a solution, we are using the below equation with the help of the COMBIN function calculated co-efficient. Observe that we have leveraged Row [3️⃣] in accordance with Column [0️⃣,1️⃣,2️⃣,3️⃣] from the Pascal Triangle.
(a+b)^3️⃣= 1️⃣ a^3+ 3️⃣ a^2*b+ 3️⃣ a*b^2+ 1️⃣ b^3
We will get 2️⃣1️⃣9️⃣7️⃣ as an answer, now compare this answer =1️⃣3️⃣^3️⃣ with our answer 2️⃣1️⃣9️⃣7️⃣.
It is often noted that Chinese mathematician Chu Shih-chieh invented this in 1️⃣3️⃣0️⃣3️⃣ 📆, before Pascal, using his ‘Precious Mirror of the Four Elements’. Although Pascal acknowledged previous work, he emphasized his novel approach: “Let no one say that I have said nothing new. The arrangement of the subject is new. When we play tennis, we both play with the same ball, but one of us places it better.”
Request everyone try this and do let us know further information required on this. Also refer to attached screenshots for more insight.
Follow our WhatsApp Channel:
https://whatsapp.com/channel/0029VaTjo3p5fM5goFWxNm28
Write to us on [email protected]. 🤔📚💻
Click here to claim your Sponsored Listing.
Location
Category
Contact the school
Website
Address
Pune