#1   Report Post  
Duncan
 
Posts: n/a
Default Using Texts in Cells

I have a list of parts numbers (alphabetical and numeric) and want to use
these in a sum.
How can I include these in a sum eg if C1= EV1, C2=EV2?
Alternatively if not possible can I use the SUBSTITUTE function to pick this
text from a list
Thanks in advance
  #2   Report Post  
bj
 
Posts: n/a
Default

do you wnat to do a sum or a count?
if a count, check the countif() function in help

"Duncan" wrote:

I have a list of parts numbers (alphabetical and numeric) and want to use
these in a sum.
How can I include these in a sum eg if C1= EV1, C2=EV2?
Alternatively if not possible can I use the SUBSTITUTE function to pick this
text from a list
Thanks in advance

  #3   Report Post  
Duncan
 
Posts: n/a
Default

I want to show the text:
eg the column looks like;
o
o
EV-R4
0
0
So I want the cell below to show the text, so I can use it in a product
selection guide
Thanks

"bj" wrote:

do you wnat to do a sum or a count?
if a count, check the countif() function in help

"Duncan" wrote:

I have a list of parts numbers (alphabetical and numeric) and want to use
these in a sum.
How can I include these in a sum eg if C1= EV1, C2=EV2?
Alternatively if not possible can I use the SUBSTITUTE function to pick this
text from a list
Thanks in advance

  #4   Report Post  
bj
 
Posts: n/a
Default

most of the time people would call this concatinating rather than summing

if C1= EV1, C2=EV2
=C1 & "-" & C2
or
= Concatinate(C1,"-",C2)
would result in
EV1-EV2

"Duncan" wrote:

I want to show the text:
eg the column looks like;
o
o
EV-R4
0
0
So I want the cell below to show the text, so I can use it in a product
selection guide
Thanks

"bj" wrote:

do you wnat to do a sum or a count?
if a count, check the countif() function in help

"Duncan" wrote:

I have a list of parts numbers (alphabetical and numeric) and want to use
these in a sum.
How can I include these in a sum eg if C1= EV1, C2=EV2?
Alternatively if not possible can I use the SUBSTITUTE function to pick this
text from a list
Thanks in advance

  #5   Report Post  
Duncan
 
Posts: n/a
Default

Thanks I have done it

"bj" wrote:

most of the time people would call this concatinating rather than summing

if C1= EV1, C2=EV2
=C1 & "-" & C2
or
= Concatinate(C1,"-",C2)
would result in
EV1-EV2

"Duncan" wrote:

I want to show the text:
eg the column looks like;
o
o
EV-R4
0
0
So I want the cell below to show the text, so I can use it in a product
selection guide
Thanks

"bj" wrote:

do you wnat to do a sum or a count?
if a count, check the countif() function in help

"Duncan" wrote:

I have a list of parts numbers (alphabetical and numeric) and want to use
these in a sum.
How can I include these in a sum eg if C1= EV1, C2=EV2?
Alternatively if not possible can I use the SUBSTITUTE function to pick this
text from a list
Thanks in advance

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 do you "select locked cells" w/o "select unlocked cells"? princejohnpaulfin Excel Discussion (Misc queries) 3 July 16th 05 03:53 AM
Deselect Cells while using ctrl Sloth Excel Discussion (Misc queries) 5 July 14th 05 10:58 PM
Counting only active cells Sac73 Excel Discussion (Misc queries) 16 April 4th 05 05:49 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


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