+ Reply to Thread
Results 1 to 3 of 3

Total countdown

  1. #1
    Registered User
    Join Date
    02-01-2024
    Location
    US
    MS-Off Ver
    excel
    Posts
    1

    Total countdown

    I am trying to create a google sheet where the yearly sum is going to be 40 and I want that number to countdown as I enter monthly values. So if I have 2 of a thing in January, the sum goes down to 38 automatically. I cannot figure out how to do that and I do not even know what that is called in order to search for it. Can anyone help? Thank you!

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Total countdown

    In Excel cells cannot modify their contents.

    You could have a starting number in a cell that never changes.
    And a list in a column where items get added to.
    You could then have a yearly sum cell that is a calculation of (starting cell - number of items in list column)

    So in A1 put 40
    Enter monthly values in column B
    in C1 yearly sum would be A1 - SUM(B1:B1000)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  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: Total countdown

    From your brief description it is difficult to know exactly what you are trying to do.

    Any one of these functions may suit the true objective:
    =40-SUM()
    =40-COUNT()
    =40-SUMIF()
    =40-COUNTIF()
    =40-SUMIFS()
    =40-COUNTIFS()


    Here is a link to a sample file create for you to build a sample into:
    https://docs.google.com/spreadsheets...#gid=953131243

    I suggest you take some time to create a realistic sample of your true objective.

    Let us know when that is done.
    As a gesture off appreciation, you can click * Add Reputation at the foot of any of the posts of members who helped you reach a solution.

    And finally, was your problem solved? if so, please click Thread Tools above the first post of your enquiry, then select [Solved]

+ 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] Countdown from total seconds
    By caldog in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-20-2017, 05:24 AM
  2. [SOLVED] countdown
    By tropfouziK in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 08-22-2012, 12:00 PM
  3. [SOLVED] Countdown using IF
    By snaxxy in forum Excel General
    Replies: 3
    Last Post: 06-01-2012, 06:42 PM
  4. countdown
    By ilkamalo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-15-2009, 01:59 PM
  5. Countdown
    By simserob in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-21-2006, 09:40 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