Forum Discussion

nemamime123's avatar
nemamime123
Copper Contributor
Jan 01, 2023
Solved

does anyone know formulas for this

  • HansVogelaar's avatar
    Jan 01, 2023

    nemamime123 

    This looks like homework, so it wouldn't be a good idea if we did all the work for you. I'll provide a few hints. Look up the functions that I mention if you're not familiar with them.

    1. Use LARGE in combination with IF and ROW to find the row number of the 3rd last non-zero value. You can then use SUM, IF and ROW to sum the cells starting at that value.
    2. Use INDEX in combination with ROW to return the values in reverse order.
    3. You can use FILTER combined with EXACT and UPPER.
    4. I'd use a helper column that returns the maximum for each student. You can then use TEXTJOIN and FILTER with MAX.