Formulate a text string to equal a numerical value

aaronpearson

New Member
Joined
May 15, 2014
Messages
2
Hello experts,

I sell products on an online auction website (Buy online and sell with NZ's #1 auction & classifieds site | Trade Me)
This website has a feature where you can export ''Sold Products'' to excel.

My problem is when I use this feature, the data that is exported relating to the freight costs for each sale is not exported as a numerical value only. (RIDICULOUS!!)

I have 3 different freight options for my costumers.
Depending on which freight option the costumer selects, the data is exported to one cell as follows:

$5.90 Courier (tracked) - 2-3 days - NOT Rural Delivery
Or
$7.90 RURAL DELIVERY - Courier- 3-4 working days
Or
$1.50 I HAVE PAID POSTAGE ABOVE - Combined Postage


I am in the process of creating a 'Daily Sales Report' Sheet where I need to have only the numerical value of the freight costs only without the description. For example I need the data above to be formulated in a different cell to equal:

5.90
Or
7.90
Or
1.50

Im sure this is very basic, I am very new to excel and any help would be greatly appreciated.









 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

steve the fish

Well-known Member
Joined
Oct 20, 2009
Messages
8,849
Office Version
  1. 365
Platform
  1. Windows
One way that would extract the numbers from your examples would be. This is conditional on the numbers being at the front as in the examples.

=SUBSTITUTE(LEFT(A1,FIND(" ",A1)-1),"$","")
 
Upvote 0

Forum statistics

Threads
1,190,692
Messages
5,982,317
Members
439,773
Latest member
tyruschen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top