Data in Text Format to Dollars and Cents

rhull

New Member
Joined
May 19, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I hope I can explain this properly. I have a data file that has text entered as "amount" column (M in the example below). The results I need are column L to break down the cents (which I can simply use a =right(2,0) formula). The question I have, then, is column K. How can I extract the "Dollars" as the text without rounding up or down? In particular, please note the second line of data - we need $360 (and not $361 via round function). Any ideas on a formula I can use for column K?

1621449992684.png
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi & welcome to MrExcel.
How about
Excel Formula:
=LEFT(M2,LEN(M2)-2)
 
Upvote 0
Almost! Now it has to add the .00 to the end...

Darn banks. :)

I've read Bill's information in Strategic Finance for 30 years now. This is one of the best resources out there for sure!
 
Upvote 0
I think what I have will work now - thanks for the help!
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,948
Messages
6,122,420
Members
449,083
Latest member
Ava19

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
Back
Top