+ Reply to Thread
Results 1 to 7 of 7

Separate Dollar fron Cent

  1. #1
    Registered User
    Join Date
    01-29-2016
    Location
    San Bernardino, California
    MS-Off Ver
    2010
    Posts
    7

    Separate Dollar fron Cent

    I need to separate the whole dollar amount from the remain cent amount and work on both separately. Is there a formula or series of formulas to do this?

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,177

    Re: Separate Dollar fron Cent

    dollars =left(amt, len(amt)-3)
    cents = right(amt,2)

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Separate Dollar fron Cent

    Try these

    Dollars: =INT(A1)
    Cents: =MOD(A1,1)

  4. #4
    Registered User
    Join Date
    01-29-2016
    Location
    San Bernardino, California
    MS-Off Ver
    2010
    Posts
    7

    Re: Separate Dollar fron Cent

    Thank you, Jonmo1. This works. Now, I want to accumulate the cents counter until it reaches a dollar or more, then extract the dollar again. Is there a way to set the cell containing the cents so that I can keep adding and referring to it?

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Separate Dollar fron Cent

    You've lost me, I have no idea what you mean by that.

    Can you post a sample workbook, and show your desired results manually entered for a few rows?

  6. #6
    Registered User
    Join Date
    01-29-2016
    Location
    San Bernardino, California
    MS-Off Ver
    2010
    Posts
    7

    Re: Separate Dollar fron Cent

    Thanks again, Jonmo1. I figured it out. It is a matter of putting up additional cells to play around with the INT and MOD formulas that you suggested. I really appreciate your input to solve my problem.

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Separate Dollar fron Cent

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Opening Plublisher fron Excel
    By Jazzmann in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-06-2015, 02:51 PM
  2. Hi Fron New User
    By Grahamfeeley in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 03-30-2014, 08:49 PM
  3. Replies: 5
    Last Post: 03-04-2014, 10:01 AM
  4. [SOLVED] Retrieving information fron two sheets
    By chriseverclear in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2013, 06:43 AM
  5. Replies: 4
    Last Post: 09-14-2011, 06:23 PM
  6. Replies: 11
    Last Post: 02-20-2011, 10:46 PM
  7. Excel 2007 : converting Dollar to Cent for complete column
    By everfresh1 in forum Excel General
    Replies: 1
    Last Post: 03-01-2009, 02:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1