Forum Discussion

radial2021's avatar
radial2021
Copper Contributor
May 11, 2023
Solved

formula

How do I add 7 rows and then take that information and get the sum of that information in different columns in the 7 rows. Once I have that information I want to be able to copy and paste that inform...
  • OliverScheurich's avatar
    OliverScheurich
    May 16, 2023

    radial2021 

    =SUM(OFFSET(B2,(ROW(1:1)-ROW($1:$1))*6,0,7,1))

    Does this formula help? It sums the values from row 2 to row 8 and then from row 9 to row 15 and then row 16 to 22 and so on. I think you can easily adapt it to your sheets if it returns the intended result.