Adding different columns in a row for a final total.

  • Thread starter Thread starter Sylvia
  • Start date Start date
S

Sylvia

How do I add different columns in a row to have a final total at the end.
 
To answer the question as you asked it, something like this (depending on
which columns you want)...

=D5+H5+M5+V5 <<+... etc.>>

but I somehow think there is more to your question than your description
told us.
 
Hi,

This question is not very specific, why don't you give us and example.

You might be able to use =SUM(A1:H1) depending on the data.

You might be able to use =SUMIF(A1:H1,??,A1:H1)

You might be able to use =SUM(A1,F1,H1)

or =A1+F1+H1
 

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