Practical Excel project using core functions like SUM, IF, AVERAGE, CONCAT, IFERROR and ETC for data analysis.
This project showcases the application of fundamental Excel functions through a structured assignment focused on data analysis tasks. It covers arithmetic, text, logical, and error-handling functions using real-world-style sales data.
SUM: Calculate total quantity soldAVERAGE: Determine average discountCOUNTIF: Count orders with sales > 500
LEFT: Extract first 2 letters of Sub-CategoryRIGHT: Get last 2 digits of Postal CodeTEXTJOINorCONCAT: Combine fields into a custom Product Code
Example:Furniture-CH92
IF: Label orders as “Bulk Order” based on quantityIF: Tag discounts as “High” or “Normal”IFwithOR: Trigger “Profit Alert” for negative profit or high discount
IFwithAND: Classify “Elite” orders from Home Office with sales > 1200
IFERROR: Calculate profit per item, handle divide-by-zero with"Invalid"
Excel Practice Project (Functions).xlsx
-
📁 Google Drive Link to Original Sheet:
Click here to view on Google Sheets -
📦 Dataset Source:
Sample sales dataset inspired by Superstore data (commonly used in Excel/Power BI/EDA practice)
(SuperStore Dataset: https://coding-platform.s3.amazonaws.com/dev/lms/tickets/cd7f183f-9826-4b1b-b7a0-a109dbfe0327/rVqpcxcZPugeVIdZ.csv)
When downloading from Google Sheets to Excel format, certain elements like borders, frozen panes, and conditional formatting may not appear correctly or may be lost.
➡️ For best viewing and accuracy, it is recommended to use the Google Sheets version via the Drive link.
- Excel formulas and logic building
- Clean structuring of summary tables
- Basic data transformation techniques
- Handling errors gracefully in formulas