+ Reply to Thread
Results 1 to 3 of 3

Formula to show number of Units and remainder

  1. #1
    Registered User
    Join Date
    02-28-2014
    Location
    Jerrold
    MS-Off Ver
    Jerrold
    Posts
    2

    Formula to show number of Units and remainder

    I am looking for a formula
    if I have 110 units and I need to find out how many Y units (Y=32 units) there are, and show a remainder.
    110 Units / Y = 3Y14
    The answer is 3Y14, but how would I put it into an Excel formula?


    Thank you
    Jerrold

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Formula

    You'll be asked to change the title of your post.
    Being that you're new here, I'll help you.

    If 110 is in A1 and 32 in B1 then this formula will work:

    HTML Code: 
    1. Click on the * Add Reputation if you think this helped you
    2. Mark your thread as SOLVED when question is resolved

    Modytrane

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Formula

    A slightly shorter approach:

    =INT(A1/B1)&"Y"&MOD(A1,B1)

    Hope this helps.

    Pete

+ 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. Replies: 7
    Last Post: 06-18-2018, 06:54 AM
  2. [SOLVED] Formula to determine number of units at each location and status of units
    By Klimer in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-18-2016, 10:01 AM
  3. [SOLVED] formula for a different cost per number of units
    By svaeth in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-20-2015, 02:42 PM
  4. Replies: 7
    Last Post: 07-10-2012, 02:33 AM
  5. Replies: 1
    Last Post: 12-09-2010, 10:01 PM
  6. Make a cell show units
    By abrunstad in forum Excel General
    Replies: 1
    Last Post: 03-28-2009, 04:53 PM
  7. Replies: 2
    Last Post: 11-15-2006, 11:04 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