Challenge No. 367: Capture the word starting at given index.
Solved using: Python.
12-Month Cumulative Sales
Challenge No. 145: For every store, find the cumulative sale for 12 months periods.
Solved using: R.
Alternate Letters and Numbers
Challenge No. 366: Arrange the given characters in such a fashion that alphabets occupy all odd positions and numbers occupy even position in the order in which they appear.
Solved using: Python.
One Digit Equals Other Sum
Challenge No. 365: List the numbers where one digit is equal to sum of other digits.
Solved using: R.
Split Group and Track Running
Challenge No. 144: Divide the data set for a group in 2 halves.
Solved using: Python in Excel.
Sequential Digit Difference Match
Challenge No. 364: List the numbers where absolute difference between two succeeding digits is 1, 2, 3, 4.
Solved using: Python.
Increment Number at Word End
Challenge No. 363: If any word contains numbers at the end of the word, add 1 to that number.
Solved using: Python in Excel.
First and Last Duplicates
Challenge No. 143: List those rows for employees where first and last duplicate values occur for a value.
Solved using: Python in Excel.
Uppercase Letters Around Numbers
Challenge No. 362: Convert the English letters around a number to upper case.
Solved using: Python in Excel.
Extract Longest Alphanumeric Segment
Challenge No. 361: Separate out the largest sequences of English alphabets and numbers from the given strings.
Solved using: Python in Excel.
