A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Multiply Cell Values which include text units



 
 
Thread Tools Display Modes
  #1  
Old March 11th, 2010, 03:50 PM posted to microsoft.public.excel.worksheet.functions
daver
external usenet poster
 
Posts: 16
Default Multiply Cell Values which include text units

I have a formula in cell G13 that shows "=B13*C13". Is there a way that i
can multiply cell B13 which has a number format and reads "61 Units" to cell
C13 which has a currency format and contains "34.23 / Ea" to get a value of
$2,088.03 shown in cell G13? I don't know if I can show text in the cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula without
receiving the "#value!" in the formula cell?

Thanks.
  #2  
Old March 11th, 2010, 03:54 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_]
external usenet poster
 
Posts: 489
Default Multiply Cell Values which include text units

Try

=SUBSTITUTE(B13," Units","")*SUBSTITUTE(C13," / Ea","")

--

HTH

Bob

"DaveR" wrote in message
...
I have a formula in cell G13 that shows "=B13*C13". Is there a way that i
can multiply cell B13 which has a number format and reads "61 Units" to
cell
C13 which has a currency format and contains "34.23 / Ea" to get a value
of
$2,088.03 shown in cell G13? I don't know if I can show text in the cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula without
receiving the "#value!" in the formula cell?

Thanks.



  #3  
Old March 11th, 2010, 04:13 PM posted to microsoft.public.excel.worksheet.functions
pmartglass
external usenet poster
 
Posts: 42
Default Multiply Cell Values which include text units

If you use a custom format to combine text and numbers than you can calculate
on the cells as normal.

I am guessing that you already have your information typed and that it varies.
Depending on how consistant the data is entered it can be done with a
formula combinging left and seek.

I think you would be better served to use the custom format option


"DaveR" wrote:

I have a formula in cell G13 that shows "=B13*C13". Is there a way that i
can multiply cell B13 which has a number format and reads "61 Units" to cell
C13 which has a currency format and contains "34.23 / Ea" to get a value of
$2,088.03 shown in cell G13? I don't know if I can show text in the cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula without
receiving the "#value!" in the formula cell?

Thanks.

  #4  
Old March 11th, 2010, 04:28 PM posted to microsoft.public.excel.worksheet.functions
daver
external usenet poster
 
Posts: 16
Default Multiply Cell Values which include text units

Thank you for the direction.

I Custom formatted the cell TYPE: $0.00" / EA" and it worked.

"pmartglass" wrote:

If you use a custom format to combine text and numbers than you can calculate
on the cells as normal.

I am guessing that you already have your information typed and that it varies.
Depending on how consistant the data is entered it can be done with a
formula combinging left and seek.

I think you would be better served to use the custom format option


"DaveR" wrote:

I have a formula in cell G13 that shows "=B13*C13". Is there a way that i
can multiply cell B13 which has a number format and reads "61 Units" to cell
C13 which has a currency format and contains "34.23 / Ea" to get a value of
$2,088.03 shown in cell G13? I don't know if I can show text in the cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula without
receiving the "#value!" in the formula cell?

Thanks.

  #5  
Old March 11th, 2010, 04:43 PM posted to microsoft.public.excel.worksheet.functions
pmartglass
external usenet poster
 
Posts: 42
Default Multiply Cell Values which include text units

I like that

"Bob Phillips" wrote:

Try

=SUBSTITUTE(B13," Units","")*SUBSTITUTE(C13," / Ea","")

--

HTH

Bob

"DaveR" wrote in message
...
I have a formula in cell G13 that shows "=B13*C13". Is there a way that i
can multiply cell B13 which has a number format and reads "61 Units" to
cell
C13 which has a currency format and contains "34.23 / Ea" to get a value
of
$2,088.03 shown in cell G13? I don't know if I can show text in the cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula without
receiving the "#value!" in the formula cell?

Thanks.



.

  #6  
Old March 11th, 2010, 04:56 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
Default Multiply Cell Values which include text units

DaveR wrote:
I have a formula in cell G13 that shows "=B13*C13". Is there a way that i
can multiply cell B13 which has a number format and reads "61 Units" to cell
C13 which has a currency format and contains "34.23 / Ea" to get a value of
$2,088.03 shown in cell G13? I don't know if I can show text in the cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula without
receiving the "#value!" in the formula cell?

Thanks.


Another way:

=LEFT(B13,FIND(" ",B13)-1)*LEFT(C13,FIND(" ",C13)-1)
  #7  
Old March 11th, 2010, 05:57 PM posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_]
external usenet poster
 
Posts: 489
Default Multiply Cell Values which include text units

But yours is a better way. I also thought of suggesting that, but just
decided to give him a 'straight' answer :-)

--

HTH

Bob

"pmartglass" wrote in message
...
I like that

"Bob Phillips" wrote:

Try

=SUBSTITUTE(B13," Units","")*SUBSTITUTE(C13," / Ea","")

--

HTH

Bob

"DaveR" wrote in message
...
I have a formula in cell G13 that shows "=B13*C13". Is there a way that
i
can multiply cell B13 which has a number format and reads "61 Units" to
cell
C13 which has a currency format and contains "34.23 / Ea" to get a
value
of
$2,088.03 shown in cell G13? I don't know if I can show text in the
cell
that is being referenced in a formula.

Can you show text in a cell that is being referenced in a formula
without
receiving the "#value!" in the formula cell?

Thanks.



.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.