Forum Discussion

HenrikKruse's avatar
HenrikKruse
Copper Contributor
Oct 05, 2023
Solved

How to bottom and second to bottom automatic send to overview?

I am using a spreadsheet to calculate my electricity consumption and a price every quarter. Once a quarter I have to make a report. I would like it to generate the report automatic. We are sharing t...
  • SanthoshKunder's avatar
    Oct 05, 2023

    HenrikKruse 

     

    Assuming your data is sorted, LARGE() should do the trick . You can change 1 to 2 if you want the second one from bottom.

     

     

    =LARGE(your range, 1)

     

Resources