Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Formula Assistance

Question.
How can I use the mathematical value of one cell as a "text value" in
another.
I suppose what I need the cells mathematical value as a "text string"
in another cell.

For example,
I have three Columns-----Column A, Column B, Column C

Column A= "Stations"
Column B= "Sets"
I am solving for Column C= "Average Reps"

Column A Column B Column C
Stations Sets Average Reps
15 45 X
15 45 X
12 36
12 24

Pretty straight forward how to do this.

Column C =3 =sum(b1/a1)

However, what I want to do is create a formula that will allow me to
place text description in the Average Reps cell.


For example, in Average Reps Cell "C" I would like
=sum(b1/a1)& " Reps by"{value of colum A}<---{Right there, I want
whatever the number is in cell under column A}

After the word "by", I want to have the cell contents of column a1 to
show up...

So, using the example above, the cells will look like this

Column A Column B Column C
Stations Sets Average Reps
15 45 3 Reps by 15
15 45 3 Reps by 15
12 36 3 Reps by 12
12 24 2 Reps by 12


I tried the formula

=SUM(b1/a1)&" by" a1

and of course this does not work.

I'm not sure how to properly treat Column A's value as "Text" for
Column C's Text Description.


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,593
Default Formula Assistance

Almost there.

Not the SUM is redundant.

=B1/A&" Reps by"&A1

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"A_Rookie" wrote in message
...
Question.
How can I use the mathematical value of one cell as a "text value" in
another.
I suppose what I need the cells mathematical value as a "text string"
in another cell.

For example,
I have three Columns-----Column A, Column B, Column C

Column A= "Stations"
Column B= "Sets"
I am solving for Column C= "Average Reps"

Column A Column B Column C
Stations Sets Average Reps
15 45 X
15 45 X
12 36
12 24

Pretty straight forward how to do this.

Column C =3 =sum(b1/a1)

However, what I want to do is create a formula that will allow me to
place text description in the Average Reps cell.


For example, in Average Reps Cell "C" I would like
=sum(b1/a1)& " Reps by"{value of colum A}<---{Right there, I want
whatever the number is in cell under column A}

After the word "by", I want to have the cell contents of column a1 to
show up...

So, using the example above, the cells will look like this

Column A Column B Column C
Stations Sets Average Reps
15 45 3 Reps by 15
15 45 3 Reps by 15
12 36 3 Reps by 12
12 24 2 Reps by 12


I tried the formula

=SUM(b1/a1)&" by" a1

and of course this does not work.

I'm not sure how to properly treat Column A's value as "Text" for
Column C's Text Description.




  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Formula Assistance

Thank you!
I thought I was dancing around it...
"Rookie"


On Jan 4, 11:43 am, "Bob Phillips" wrote:
Almost there.

Not the SUM is redundant.

=B1/A&" Reps by"&A1

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"A_Rookie" wrote in message

...

Question.
How can I use the mathematical value of one cell as a "text value" in
another.
I suppose what I need the cells mathematical value as a "text string"
in another cell.


For example,
I have three Columns-----Column A, Column B, Column C


Column A= "Stations"
Column B= "Sets"
I am solving for Column C= "Average Reps"


Column A Column B Column C
Stations Sets Average Reps
15 45 X
15 45 X
12 36
12 24


Pretty straight forward how to do this.


Column C =3 =sum(b1/a1)


However, what I want to do is create a formula that will allow me to
place text description in the Average Reps cell.


For example, in Average Reps Cell "C" I would like
=sum(b1/a1)& " Reps by"{value of colum A}<---{Right there, I want
whatever the number is in cell under column A}


After the word "by", I want to have the cell contents of column a1 to
show up...


So, using the example above, the cells will look like this


Column A Column B Column C
Stations Sets Average Reps
15 45 3 Reps by 15
15 45 3 Reps by 15
12 36 3 Reps by 12
12 24 2 Reps by 12


I tried the formula


=SUM(b1/a1)&" by" a1


and of course this does not work.


I'm not sure how to properly treat Column A's value as "Text" for
Column C's Text Description.


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
Formula Assistance Please yukon_phil Excel Worksheet Functions 8 July 19th 06 03:53 PM
Assistance with Formula Ben Excel Worksheet Functions 3 June 15th 06 05:11 PM
Formula Assistance ( MarthaMartha Excel Worksheet Functions 2 February 15th 06 05:49 PM
Formula Assistance Chris Cred via OfficeKB.com Excel Discussion (Misc queries) 7 January 20th 06 04:25 AM
Formula Assistance DougS Excel Worksheet Functions 1 March 29th 05 11:35 PM


All times are GMT +1. The time now is 07:51 AM.

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"