Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Adding text columns

I am not very knowledgeable in excel. I have data that was imported into
excel as text. each column is characters. Each column represents time
duration. All charecters are zero except the last one or two in each column.
I have tried different formats to try to add the totals but keep getting a
zero for the total. What am I doing wrong?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Adding text columns

=sum() will ignore text. So I would think if you imported the data as real
numbers, then your formula would work ok.



ARS_MEL wrote:

I am not very knowledgeable in excel. I have data that was imported into
excel as text. each column is characters. Each column represents time
duration. All charecters are zero except the last one or two in each column.
I have tried different formats to try to add the totals but keep getting a
zero for the total. What am I doing wrong?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default Adding text columns

Hi,

If your data is a column something like

0001
0002
0001
0023
0014

then try =SUM(VALUE(A1:A5)) entered as an array formula with
Control-Shift-Enter

Dave

url:http://www.ureader.com/msg/104234935.aspx
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
adding columns autumn New Users to Excel 6 November 11th 08 12:55 AM
Adding Columns Kevin Excel Discussion (Misc queries) 6 January 8th 08 07:15 AM
Adding Dashes in front of text using text formating Neal Excel Discussion (Misc queries) 1 November 27th 06 10:58 PM
Adding Text from seperate columns paperclip Excel Worksheet Functions 2 May 12th 06 04:49 PM
Linking text columns with text and data columns Edd Excel Worksheet Functions 0 March 17th 05 04:23 PM


All times are GMT +1. The time now is 02:50 PM.

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"