#1   Report Post  
Les
 
Posts: n/a
Default Excel Question

What's the formula for adding different cells from the same column? Ex.
a5+a22+a100

  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
Excel chart-y axis title question springwinterfall Excel Discussion (Misc queries) 6 July 18th 05 02:27 PM
how to convert GETPIVOTDATA from excel 2000 to excel 2002... Need_help_on_excel Excel Worksheet Functions 1 March 15th 05 01:08 AM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 03:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"