+ Reply to Thread
Results 1 to 3 of 3

Formula Needed for- Adding data from one cell into another

  1. #1
    Registered User
    Join Date
    10-28-2014
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    16

    Question Formula Needed for- Adding data from one cell into another

    Hi,

    I need to create a formula based on the data in column E and put the new information in column F. The "Orders" from E have to be Dividable by the "Size" in D.
    ex: E2 (3) /D2 (1) = 3 (Divides Evenly, so it stays) (New order amount (3), Column F)

    BUT if it can't then the extra amount would have to be added to the lower sub-group
    ex: E38 (7) / D38 (5) doesn't divide evenly, so 5 of the 7 has to stay while the remainder 2 has to be added into the E2 amount, since the date and Group have to remain constant. Meaning Group AAA's data can only be moved within

    Template01.xlsx
    Last edited by blue84rain; 11-24-2014 at 03:42 PM.

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Formula Needed for- Adding data from one cell into another

    Not sure:

    =IF(MOD(E2;D2)=0;"";E2/D2+MOD(E2;D2))

  3. #3
    Registered User
    Join Date
    10-28-2014
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    16

    Re: Formula Needed for- Adding data from one cell into another

    It didn't end up working for me. Were you able to get it to work on the file that is attached? Thanks for helping out btw!

+ 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. [SOLVED] Formula Needed to copy data from a cell based on data entered into another cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-10-2013, 03:16 AM
  2. Formula needed to add years onto data in a cell
    By Shazz in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-07-2013, 08:37 AM
  3. [SOLVED] Formula needed for adding totals for different row quanties
    By Sally Rose in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-28-2013, 10:42 AM
  4. Help Needed With A Moving adding Formula
    By skate1991 in forum Excel General
    Replies: 3
    Last Post: 11-25-2011, 09:34 AM
  5. Replies: 11
    Last Post: 02-10-2011, 08:13 AM

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