PC Review


Reply
Thread Tools Rate Thread

auto sum column containing words and numbers

 
 
Tacrier
Guest
Posts: n/a
 
      26th Jun 2008
I have one column of imported data that contains about 12000 rows of text and
numbers.

I would like to find out the dollar total of the numbers only, BEFORE i
start formatting the data (text to columns, etc). Because the dollar total
will be in the the millions I would like to have a reference dollar total so
that I know if I have made a mistake at anytime i.e. accidentally delete a
row.

Is it possible to find a sum first?

Any help is greatly appreciated

Trina
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      26th Jun 2008
SUM will ignore text.

=SUM(A1:A12000)

--
Biff
Microsoft Excel MVP


"Tacrier" <(E-Mail Removed).> wrote in message
news:B6CAEAB6-D0F1-41CB-AC88-(E-Mail Removed)...
>I have one column of imported data that contains about 12000 rows of text
>and
> numbers.
>
> I would like to find out the dollar total of the numbers only, BEFORE i
> start formatting the data (text to columns, etc). Because the dollar
> total
> will be in the the millions I would like to have a reference dollar total
> so
> that I know if I have made a mistake at anytime i.e. accidentally delete a
> row.
>
> Is it possible to find a sum first?
>
> Any help is greatly appreciated
>
> Trina



 
Reply With Quote
 
Raj Mahapatra
Guest
Posts: n/a
 
      27th Jun 2008
HI Trina,
you Can use this formula of sumif
=sumif(totalrange,"<0",totalrange)+sumif(totalrange,">0",totalrange)

thanks
Raj


"Tacrier" wrote:

> I have one column of imported data that contains about 12000 rows of text and
> numbers.
>
> I would like to find out the dollar total of the numbers only, BEFORE i
> start formatting the data (text to columns, etc). Because the dollar total
> will be in the the millions I would like to have a reference dollar total so
> that I know if I have made a mistake at anytime i.e. accidentally delete a
> row.
>
> Is it possible to find a sum first?
>
> Any help is greatly appreciated
>
> Trina

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      27th Jun 2008
So, all your data is in one column, and you have mixed number and text
fields in there?

Here is a link to a post from a couple of days ago which covers the
same situation:

http://groups.google.com/group/micro...8acd232843c6a#

Hope this helps.

Pete

On Jun 26, 9:03*pm, Tacrier <tacr...@discussions.microsoft.com.>
wrote:
> I have one column of imported data that contains about 12000 rows of textand
> numbers.
>
> I would like to find out the dollar total of the numbers only, BEFORE i
> start formatting the data (text to columns, etc). *Because the dollar total
> will be in the the millions I would like to have a reference dollar totalso
> that I know if I have made a mistake at anytime i.e. accidentally delete a
> row.
>
> Is it possible to find a sum first?
>
> Any help is greatly appreciated
>
> Trina


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I sort a column numerically with both words and numbers i. Cam890 Microsoft Excel Misc 2 16th Sep 2009 08:31 PM
How do I add a column of numbers (auto sum)?? tonysaw Microsoft Excel Worksheet Functions 1 6th Jul 2009 08:52 PM
Isolating words and numbers to a different column =?Utf-8?B?VGhlcmVzZQ==?= Microsoft Excel Programming 7 2nd Oct 2006 08:13 PM
looking to assign different numbers in column B to different words in column A mike Microsoft Excel Worksheet Functions 2 13th Jan 2005 01:46 AM
Auto fill-in more than one column with words Z62688116 Microsoft Excel Discussion 1 3rd Jun 2004 12:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:28 AM.