Assume a single row of data with numbers and blanks appearing at random intervals. The objective is to sum the largest 5 of last 10 numbers in that row. Solving this problem entails multiple steps: Identify the last 10 numbers in that row i.e. starting from the right hand side, identify the last 10 numbers […]
Read More →
Sum the largest 5 of the last 10 numbers in a row ignoring blanks
{ 2 Comments }