+ Reply to Thread
Results 1 to 3 of 3

Divide dollars into three parts

  1. #1
    Registered User
    Join Date
    09-13-2007
    Posts
    2

    Exclamation Divide dollars into three parts

    I am trying to divide various dollar amounts into three parts. Example, 1.00 would be .33 .33 .34 10.00 would be 3.33 3.33 3.34 etc.. Thanks

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    If your values are in column A, then in B1 and C1 you can use the formula:

    =FLOOR(A1/3,0.01)

    In D1, just use

    =A1-B1-C1

    If you simply used =A1/3, =A1/3 and =A1-B1-C1 you would get incorrect results (1 would become .33/.33/.33, not .33/.33/.34)

  3. #3
    Registered User
    Join Date
    09-13-2007
    Posts
    2

    Thumbs up Dollar problem

    Thanks pjoaquin. I knew it was simple but could not figure it out.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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