Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Using a cell w/Alpha numeric characters in mulplication formula

Trying to create multple rows with each showing
[14.3 hrs @ $185/hr] (each row different hours and $rate)

It's necessary for us to have the brackets showing, but a cell with [14.3 in
it is not recognized as a number - same thing applies to the $185/hr

Appreciate any assist
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Using a cell w/Alpha numeric characters in mulplication formula

Here's a couple formulas to extract the hours and dollars from your data.

=VALUE(MID(A16,2,FIND(" ",A16)-2))

=VALUE(MID(A16,FIND("$",A16)+1,FIND("/",A16)-FIND("$",A16)-1))

Is that something you can work with?

HTH,
Elkar


"MAJ0116" wrote:

Trying to create multple rows with each showing
[14.3 hrs @ $185/hr] (each row different hours and $rate)

It's necessary for us to have the brackets showing, but a cell with [14.3 in
it is not recognized as a number - same thing applies to the $185/hr

Appreciate any assist

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Using a cell w/Alpha numeric characters in mulplication formula

With 14.3 in A1 and 185 in B1 enter in C1

=TEXT("["&A1&" hrs @ "&B1,"$##.00")&" /hr]"


Gord Dibben MS Excel MVP


On Fri, 9 Feb 2007 14:01:00 -0800, MAJ0116
wrote:

Trying to create multple rows with each showing
[14.3 hrs @ $185/hr] (each row different hours and $rate)

It's necessary for us to have the brackets showing, but a cell with [14.3 in
it is not recognized as a number - same thing applies to the $185/hr

Appreciate any assist


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default Using a cell w/Alpha numeric characters in mulplication formula

Gord Dibben <gorddibbATshawDOTca wrote...
With 14.3 in A1 and 185 in B1 enter in C1

=TEXT("["&A1&" hrs @ "&B1,"$##.00")&" /hr]"

....

This returns

[14.3 hrs @ 185 /hr]

but so would

="["&A1&" hrs @ "&B1&" /hr]"

and closer to the OP's specs,

="["&A1&" hrs @ "&B1&"/hr]"

Why bother with the TEXT call?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default Using a cell w/Alpha numeric characters in mulplication formula

"Harlan Grove" wrote...
....
and closer to the OP's specs,

="["&A1&" hrs @ "&B1&"/hr]"

....

Make that

="["&A1&" hrs @ $"&B1&"/hr]"

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
Cell References [email protected] Excel Discussion (Misc queries) 2 November 15th 06 11:37 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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