View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Adding different columns in a row for a final total.

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

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Sylvia" wrote:

How do I add different columns in a row to have a final total at the end.