auto sum column containing words and numbers

T

Tacrier

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
 
R

Raj Mahapatra

HI Trina,
you Can use this formula of sumif
=sumif(totalrange,"<0",totalrange)+sumif(totalrange,">0",totalrange)

thanks
Raj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top