+ Reply to Thread
Results 1 to 3 of 3

Subtraction Formula

  1. #1
    Registered User
    Join Date
    10-21-2021
    Location
    United Staes
    MS-Off Ver
    Google Sheets
    Posts
    1

    Subtraction Formula

    I am working on creating a weight loss spread sheet for myself. I have columns starting with days of the week, date, and then weight. Column C is just an entire list of daily weigh-in's. I want to be able to see total weight lost by subtracting whatever the latest cell added, from the original weight which is in C2. What formula would be best to use so that the number adjusts daily to subtract the new number added in column c?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Subtraction Formula

    it would seem =$C$2- (your next cell in column C)
    so if your next weight is in C8 then =$C$2-C8
    you can drag that down and it will keep changing the cell from C8 to C9 to C10 etc.
    hope that helps.

    EDIT: you can also make it =IF(C3="","",$C$2-C3) and drag that down, then every where the cell in col C is empty (no weight yet) the formula will return blank, then when you put a value in the cell it will subtract it from C2.
    Last edited by Sam Capricci; 10-21-2021 at 11:34 PM.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,066

    Re: Subtraction Formula

    put this formula someplace OTHER THAN in column C from cell C2 or down (so it can be in cell C1, or in any other column)
    Please Login or Register  to view this content.

+ 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. Range Subtraction / Matrix Subtraction - Large data set
    By excelrabbit in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-20-2015, 07:07 AM
  2. [SOLVED] Subtraction Formula
    By Dowjd in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-23-2013, 02:12 PM
  3. Need help with subtraction formula.
    By wrtrblk in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-15-2013, 07:49 PM
  4. subtraction formula
    By happless in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-06-2011, 05:41 PM
  5. need help with a subtraction formula
    By adelissa in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-10-2011, 12:57 PM
  6. subtraction formula
    By Durzan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-14-2006, 04:10 AM
  7. subtraction formula
    By Mart in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-23-2006, 07:50 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