Jump to content

I want to know the result of this mathematical operation on excell. C8 + C17 + C26 ..... + C(n+9). It must take the number on the every 9th block on same column to the operation. I had never used excel before so I need bit of help. Thanks to every answers and apologize for my English.

Link to comment
https://linustechtips.com/topic/1013834-excel-pattern-function/
Share on other sites

Link to post
Share on other sites

40 minutes ago, wANKER said:

Can I sum the every nth block in column with offset function? I couldn’t see that how can I do this from that link.

Link to comment
https://linustechtips.com/topic/1013834-excel-pattern-function/#findComment-12126572
Share on other sites

Link to post
Share on other sites

29 minutes ago, Tugberk said:

Can I sum the every nth block in column with offset function? I couldn’t see that how can I do this from that link.

The function is for getting every nth block 

 

So, OFFSET(C1, 0, 9) would be the cell 9 columns along from C1. 

 

OFFSET(C1, 9, 0) would be the cell 9 rows along from C1

 

=C8+C17+C26 ..... +OFFSET(C1, 9, 0)

 

etc.

 

 

DISCLAIMER 

Everything i say is my own opinion. So if you disagree with what I post, you are wrong. 

Link to comment
https://linustechtips.com/topic/1013834-excel-pattern-function/#findComment-12126692
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×