+ Reply to Thread
Results 1 to 2 of 2

New to Excel and need help with subtract multiple cells for one cell

  1. #1
    Registered User
    Join Date
    11-13-2013
    Location
    Milford, NH
    MS-Off Ver
    Excel 2010
    Posts
    1

    New to Excel and need help with subtract multiple cells for one cell

    Hi - thanks whoever helps. I am totally new to Excel (using2010)
    OK here it is:

    I would like a formula where I have a worker enter a number in a cell. For instance he wants to enter it in yards total before he begins ( that number varies so it has to be blank waiting an entry)
    Next in a column are cells where he enters the yards used on a run - these cells total at the bottom.

    So on the one sheet I am trying:
    D4 is to be blank and where the worker will enter a number
    B10 through B29 will be where they enter the number of yards used. They may use only one of these cells or all.

    So the number in D4 should decrease based on the values entered in B10 and subsequent cells. So if he types 3500 in D4 and then types 250 in B10 D4 should now read 3250.

    Does this make sense and you can send it to my email if you like rpbrown88@comcast.net

    Thank you so very much - what a nice site to have!

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: New to Excel and need help with subtract multiple cells for one cell

    You can not enter a number AND a formula in the same cell, you could simulate it through vba I suppose, but the easiest way would be something like this,
    D4 = total yards
    B10-B29 = yards used
    D5 (or maybe E4, up to you ) = yards remaining
    then in the yards remaining cell, this formula :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    as you enter values into B10-29, the value in your yards remaining cell will decrease
    You would have to erase the cells (B10-29 and D4) for each project, or set up different sheets/areas for each project, but the basic formula is still the same

    Hope this helps
    Last edited by dredwolf; 11-13-2013 at 09:26 PM.
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

+ 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] Subtract Dates & Times From Multiple Cells To Get Duration
    By sshot1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-20-2012, 10:34 AM
  2. [SOLVED] How to subtract multiple cells from a cell and report soldout when main number reaches 0
    By QuietForce in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2012, 01:43 AM
  3. Replies: 4
    Last Post: 11-13-2011, 06:21 AM
  4. Replies: 1
    Last Post: 03-10-2010, 10:43 AM
  5. Add and Subtract ranges (with multiple cells) in vba
    By Jon5001 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-03-2005, 02:06 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