I need a formula for rowwise

  • Thread starter Thread starter Excel function
  • Start date Start date
E

Excel function

I need a formula for to calculate a total value of rowwise
example i find the value of A1+D1+g1
 
Try this
=SUMPRODUCT(--(MOD(COLUMN(A1:Z1),3)=1),A1:Z1)
best wishes
Sreedhar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top