+ Reply to Thread
Results 1 to 2 of 2

Cell Added, Cell sold and Cell Total

  1. #1
    Registered User
    Join Date
    09-02-2015
    Location
    Netherlands
    MS-Off Ver
    2010
    Posts
    4

    Cell Added, Cell sold and Cell Total

    Hello, i have a problem with excel....

    I need to make three cells, Added, Sold and Total.

    The cell total needs to be the total amount of cans i have in my shop. So lets say 10.

    When i add 5 into the cell Added my total should be 15, this i can do

    BUT! when i remove the 5 from the cell added, the total cell has to stay 15, untill i put 5 into the SOLD cell.


    Is there a way to do this i'm getting a headache from trying to solve this puzzle

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,736

    Re: Cell Added, Cell sold and Cell Total

    If your Total formula looks like this

    =10 + Added

    then include Sold

    =10 + Added - Sold

    In terms of cell references with C2 being in the Total column, A2 being in the Added column and B2 being in the Sold column in C2 put this formula.

    =10 + A2 - B2

    C2 won't update until you put a number like 5 in B2 or in A2.

    Does that help?
    Last edited by FlameRetired; 09-02-2015 at 02:06 PM.
    Dave

+ 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] Insert Cell made up of another specific cell with additional text added at the end
    By MICowboy13 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-16-2014, 01:30 PM
  2. [SOLVED] Toggle fill Color in cell based on condition of cell--blank or text added.
    By moosetales in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2014, 08:39 PM
  3. [SOLVED] Copy cell and paste in row below with added character to end of cell
    By menmine5 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-25-2013, 12:56 PM
  4. When cell reaches maximum value, the supplus should be added next cell
    By Chescoboy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-12-2011, 03:57 AM
  5. Replies: 2
    Last Post: 07-31-2009, 09:54 AM
  6. Moving sum cell-when the total line is added,
    By mrlevcik in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-21-2008, 12:52 PM
  7. [SOLVED] If data added to Excel cell it automatically make's another cell equal zero
    By ianjohnmurray@hotmail.com in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-19-2005, 01:05 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