Challenge No. 28: In the question table, the ID of rows from the main table (not shown in this example) that are nearly identical are provided in the same cell.
Solved using:Excel (DROP, FILTER, HSTACK), Power Query (List.Transform), Python, and R.
⭐️⭐️⭐️⭐️ Advanced
Complex challenges for experienced users.
Sales Calendar Extraction!
Challenge No. 18: Dynamically generate a sales calendar for the month entered in F3, based on data from the given table.
Solved using:Excel, Power Query, and R.
Inventory Efficiency!!!
Challenge No. 10: The question table shows inventory levels for materials required to produce products, with specific combinations (1 A, 2 B, 3 C per product).
Solved using:Excel (HSTACK, LAMBDA, LET), Power Query (Table.AddColumn, Table.Group), and R.
Find The Length Of The Largest
Challenge No. 9: repetition of a specific pattern!
Identify the longest continuous repetition of the
pattern “+ – -” and “+ -” in the question table for each product.
Solved using:Excel, Power Query, and R.
Row Combinations
Challenge No. 3: Extract all possible combinations of ID and result in the right-side table.
Solved using:Excel (BYROW, COUNTA, DROP), Power Query (List.Transform), Python, and Python in Excel.
Custom Grouping! Part 1
Challenge No. 2: Group the rows from the top, which in each group the total cost be lower than 130$.
Solved using:Excel (HSTACK, IF, LAMBDA), and Power Query (Table.Group).
