Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
What's the formula for adding different cells from the same column? Ex.
a5+a22+a100 |
#2
![]() |
|||
|
|||
![]()
Les
In an unused cell type =A5+A22+A100 and hit the <ENTER key. If those cells have numbers, you will get an answer. OR you could use =SUM(A5+A22+a100) which ignores cells that are not numbers. i.e. A5 = 123, A22 = 123, A100 = "les" The SUM function would return 246 =A5+A22+A100 would throw an error. Gord Dibben Excel MVP On Tue, 15 Mar 2005 18:47:01 -0800, Les wrote: What's the formula for adding different cells from the same column? Ex. a5+a22+a100 |
#3
![]() |
|||
|
|||
![]()
=a5+a22+a100
if the cells are not contiguous. or =sum(a5,a22,a100) =sum(a5:a100) if you wanted all those cells summed. Les wrote: What's the formula for adding different cells from the same column? Ex. a5+a22+a100 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I isolate my Excel server (automation) from other Excel instances? | Excel Discussion (Misc queries) | |||
Excel chart-y axis title question | Excel Discussion (Misc queries) | |||
how to convert GETPIVOTDATA from excel 2000 to excel 2002... | Excel Worksheet Functions | |||
Excel 2000 file when opened in Excel 2003 generates errors? | Excel Discussion (Misc queries) | |||
Statistical Excel Function Question within Excel 2000... | Excel Worksheet Functions |