Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
Model-man
 
Posts: n/a
Default USING TEXT AND NUMBERS IN SAME CELL

Hi
I am trying to type in something like 21lb 8oz but also use the decimal
version 21.5 in the same cell as a number,so i can use =sum. I do not need to
see the number 21.5, in fact it would be prefferable not to.

Can anyone help.
  #2   Report Post  
Posted to microsoft.public.excel.setup
Gary''s Student
 
Posts: n/a
Default USING TEXT AND NUMBERS IN SAME CELL

Since you want to do math on the number and still see it in logical units,
consider using two cells:


In A1 put 21.5
in B1 put =INT(A1)&" lbs " & 16*(A1-INT(A1))&" oz"
and you will see what you want.
__________________________________________________ _____
Gary's Student


"Model-man" wrote:

Hi
I am trying to type in something like 21lb 8oz but also use the decimal
version 21.5 in the same cell as a number,so i can use =sum. I do not need to
see the number 21.5, in fact it would be prefferable not to.

Can anyone help.

  #3   Report Post  
Posted to microsoft.public.excel.setup
Gary''s Student
 
Posts: n/a
Default USING TEXT AND NUMBERS IN SAME CELL

You are very welcome
--
Gary''s Student


"Model-man" wrote:

Hi
Thanks for that.

Greg

"Gary''s Student" wrote:

Since you want to do math on the number and still see it in logical units,
consider using two cells:


In A1 put 21.5
in B1 put =INT(A1)&" lbs " & 16*(A1-INT(A1))&" oz"
and you will see what you want.
__________________________________________________ _____
Gary's Student


"Model-man" wrote:

Hi
I am trying to type in something like 21lb 8oz but also use the decimal
version 21.5 in the same cell as a number,so i can use =sum. I do not need to
see the number 21.5, in fact it would be prefferable not to.

Can anyone help.

  #4   Report Post  
Posted to microsoft.public.excel.setup
Model-man
 
Posts: n/a
Default USING TEXT AND NUMBERS IN SAME CELL

Hi
Thanks for that.

Greg

"Gary''s Student" wrote:

Since you want to do math on the number and still see it in logical units,
consider using two cells:


In A1 put 21.5
in B1 put =INT(A1)&" lbs " & 16*(A1-INT(A1))&" oz"
and you will see what you want.
__________________________________________________ _____
Gary's Student


"Model-man" wrote:

Hi
I am trying to type in something like 21lb 8oz but also use the decimal
version 21.5 in the same cell as a number,so i can use =sum. I do not need to
see the number 21.5, in fact it would be prefferable not to.

Can anyone help.

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
text and numbers same cell and formulas still work (like lotus) rmoore Excel Worksheet Functions 4 July 20th 05 07:02 PM
Format a cell with numbers and user defined text Rod R. Excel Discussion (Misc queries) 0 March 30th 05 04:31 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
Sum cell numbers that have certain text within the cell Carole Excel Worksheet Functions 7 January 27th 05 06:25 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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