#1   Report Post  
Brisbane Rob
 
Posts: n/a
Default End of column


We cut and paste data into a spreadsheet and the data includes a
variable number of rows holding numeric data and then text. How do I
put in a sum formula which will sum from a known starting cell down to
a cell (varying) without trying to add in the text?.


--
Brisbane Rob
------------------------------------------------------------------------
Brisbane Rob's Profile: http://www.excelforum.com/member.php...o&userid=25096
View this thread: http://www.excelforum.com/showthread...hreadid=389482

  #2   Report Post  
RagDyer
 
Posts: n/a
Default

The Sum() function ignores text.

You could very well use a formula like:

=SUM(A:A)
OR
=SUM(A10:A65000)

However, if you really just want to reference your last numerical cell, with
your starting cell at A10, you can try something like this:

=SUM(A10:INDIRECT(ADDRESS(MATCH(9.99999999999999E+ 307,A:A),1)))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"Brisbane Rob"
wrote in message
news:Brisbane.Rob.1slaad_1122066319.2986@excelforu m-nospam.com...

We cut and paste data into a spreadsheet and the data includes a
variable number of rows holding numeric data and then text. How do I
put in a sum formula which will sum from a known starting cell down to
a cell (varying) without trying to add in the text?.


--
Brisbane Rob
------------------------------------------------------------------------
Brisbane Rob's Profile:

http://www.excelforum.com/member.php...o&userid=25096
View this thread: http://www.excelforum.com/showthread...hreadid=389482



  #3   Report Post  
KL
 
Posts: n/a
Default

or you can also try these:

=SUM(A10:INDEX(A:A,MATCH(9.99999999999999E+307,A:A )))

or

=SUM(OFFSET(A10,,,MATCH(9.99999999999999E+307,A:A)-9))

Regards,
KL


"RagDyer" wrote in message
...
The Sum() function ignores text.

You could very well use a formula like:

=SUM(A:A)
OR
=SUM(A10:A65000)

However, if you really just want to reference your last numerical cell,
with
your starting cell at A10, you can try something like this:

=SUM(A10:INDIRECT(ADDRESS(MATCH(9.99999999999999E+ 307,A:A),1)))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"Brisbane Rob"
wrote in message
news:Brisbane.Rob.1slaad_1122066319.2986@excelforu m-nospam.com...

We cut and paste data into a spreadsheet and the data includes a
variable number of rows holding numeric data and then text. How do I
put in a sum formula which will sum from a known starting cell down to
a cell (varying) without trying to add in the text?.


--
Brisbane Rob
------------------------------------------------------------------------
Brisbane Rob's Profile:

http://www.excelforum.com/member.php...o&userid=25096
View this thread:
http://www.excelforum.com/showthread...hreadid=389482





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
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
another text to column problem gbeard Excel Worksheet Functions 11 May 5th 05 07:20 AM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Auto Skipping and protected cells Dave Peterson Excel Discussion (Misc queries) 6 January 27th 05 11:35 PM


All times are GMT +1. The time now is 07:52 AM.

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

About Us

"It's about Microsoft Excel"