Challenge No. 701: Swap the diagonals in 10×10 grid as shown.
Solved using: Python in Excel.
⭐️ Beginner
Easy challenges for newcomers.
Pivot with Total Line
Challenge No. 700: Pivot the given data by summing up the values.
Solved using: Python.
Create 2025 Broadcast Calendar
Challenge No. 695: Develop Broadcast Calendar for 2025.
Solved using: Python.
Repeat Non-Consecutive Characters
Challenge No. 694: Repeat every character in the string except those characters which appear consecutively.
Solved using: R.
Custom Sequence from Four Terms
Challenge No. 693: Generate a sequence taking first 4 numbers as 1, 2, 3, 4.
Solved using: Python.
Team with All Wins
Challenge No. 692: List the team which won all their matches.
Solved using: Python in Excel.
Assign Rank1 and Rank2
Challenge No. 691: Give the rank1 and rank2 as shown.
Solved using: Python.
Sum of Values for Alphabets
Challenge No. 690: The value associated with alphabets are given in the grid next to the alphabets.
Solved using: Python in Excel.
Sum Without First And Last
Challenge No. 688: Sum all the numbers given in column A except the first and last numbers in every cell.
Solved using: R.
Fill Cell With Max Right-Down
Challenge No. 687: Fill in the blank with max of (max of remaining cells of row going to right and max of remaining cells of column going down).
Solved using: Python in Excel.
