Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
FM FM is offline
external usenet poster
 
Posts: 1
Default ignoring text data in a cell when summing values in the same cell

I have entered text in cells along with a numerical value as a note pertainig
to the values example, "2 - exist". Is there a way to tell Excell to ignore
the text data in order to sum the values..do you place the text in brackets
or parathesis or something similar?
--
FM
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default ignoring text data in a cell when summing values in the same cell

Much, much easier never to mix text & numbers in the same cell in the 1st
place. One avenue here, try use DataText to Columns to split the numbers
separate from the text, then you can sum (or whatever) the numbers col
directly.
Or, assuming your data is representative (ie numbers are to the left of the
dash "-") and runs in A2 down, you could place this in B2:
=LEFT(A2,SEARCH("-",A2)-1)+0
and copy down, then SUM col B
Any joy? hit YES to wave it
--
Max
Singapore
---
"FM" wrote:
I have entered text in cells along with a numerical value as a note pertainig
to the values example, "2 - exist". Is there a way to tell Excell to ignore
the text data in order to sum the values..do you place the text in brackets
or parenthesis or something similar?


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default ignoring text data in a cell when summing values in the same cell

2 - exist

Does every cell follow that same format? A number followed by a space
followed by a dash?

Does every cell contain a number?

--
Biff
Microsoft Excel MVP


"FM" wrote in message
...
I have entered text in cells along with a numerical value as a note
pertainig
to the values example, "2 - exist". Is there a way to tell Excell to
ignore
the text data in order to sum the values..do you place the text in
brackets
or parathesis or something similar?
--
FM



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 to lookup multiple values and summing them up in one cell Amr Abul Laban Excel Worksheet Functions 7 April 19th 10 02:57 PM
Summing cell values based on the value of another tearl42 Excel Discussion (Misc queries) 1 January 27th 10 07:29 PM
summing difference cell values across worksheets Kgoodman Excel Worksheet Functions 4 March 2nd 09 11:37 PM
Summing values incolumns from row cell L7... Jay Excel Worksheet Functions 4 September 7th 06 02:31 AM
summing values for the same cell in 36 different worksheets MJoyner Excel Worksheet Functions 1 October 5th 05 01:42 PM


All times are GMT +1. The time now is 05:39 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"