Challenge No. 395: Coordinates for points are given in x, y format.
Solved using: DAX.
⭐️ Beginner
Easy challenges for newcomers.
Generate Axis for Four Quadrants
Challenge No. 389: Generate X and Y axes of all 4 quadrants for value given in A1.
Solved using: R.
Last Weekday of Each Month
Challenge No. 387: For a date given in cell A1, generate the last Mon through Sun of the month
-1 : Last
-2 : 2nd Last.
Solved using: Python.
Extract Signed Numbers from Text
Challenge No. 383: Extract the unique positive and negative numbers if they are immediately preceded by either plus or minus sign.
Solved using: Python.
Draw Square With X Pattern
Challenge No. 380: Draw an N x N square where sides and diagonals are filled with x.
Solved using: Python.
Numbers With Larger Successors
Challenge No. 379: List all the numbers where all succeeding numbers are larger than the number.
Solved using: Python.
Multiply Fibonacci and Lucas Numbers
Challenge No. 376: Lucas Numbers – A term is sum of immediate previous two terms.
Solved using: Python.
Convert Marks to Grade Points
Challenge No. 375: Calculate the grade points for given marks.
Solved using: Python in Excel.
Find Palindromes by One Deletion
Challenge No. 374: A Palindrome word is that which is same even read backwards.
Solved using: Python in Excel.
Count Digits in Square Range
Challenge No. 373: Count the number of of Ds into square of numbers from N1 to N2 (both inclusive).
Solved using: Python.
