Challenge No. 259: List the fruits and the sum of total amount against a fruit.
Solved using: Python in Excel.
⭐️ Beginner
Easy challenges for newcomers.
Maximum Profit from Transactions
Challenge No. 561: For each row, you need to buy first and sell second.
Solved using: Python in Excel.
Progressive Column Max Finder
Challenge No. 559: For all columns, find the max in a cell considering its range from 1st cell till that cell.
Solved using: Excel VBA.
Build Cumulative Triangle Grid
Challenge No. 556: Generate this triangle where bottom row starts with 1 and all rows contain numbers which are cumulative sum from 1 to A1.
Solved using: Python in Excel.
Draw ASCII Abacus Display
Challenge No. 553: Draw an ASCII abacus.
Solved using: Python in Excel.
Three Regex Pattern Tasks
Challenge No. 552: This time 3 challenges into one to hone your regex skills.
Solved using: Python in Excel.
Odd Numbers All Directions
Challenge No. 550: Last week, we had this challenge.
Solved using: Python in Excel.
Tap Code Cipher Generator
Challenge No. 548: Since long, I didn’t post a cipher challenge.
Solved using: Python in Excel.
Transpose problem table into result
Challenge No. 249: Transpose problem table into result table.
Solved using: Python.
Odd Numbers in Matrix
Challenge No. 546: List the odd numbers reading rows from left to right and columns from top to bottom.
Solved using: Python.
