Google Sheets - Number of days since the last date a range of cellsranges and conditional formatting on google spreadsheetGoogle Sheets SUMIFS does not worki need to calculate a time difference in google sheetsreset count if cell in a range is blank in googlesheetsGoogle Sheets email once based on cell valuesBest way to automatically format timestamps to just include date(Google Sheets)How to use IMPORTRANGE and SUBSTITUTE in same formula for Google SheetsHighlight Source Data Cell When Selecting Query Result CellReference cell to another sheet cell which has array formula?Google Sheets - After Cell A37 is populated, need to auto jump to cell E9

Bob has never been a M before

Diode in opposite direction?

How do I repair my stair bannister?

What is this type of notehead called?

Freedom of speech and where it applies

Did US corporations pay demonstrators in the German demonstrations against article 13?

MAXDOP Settings for SQL Server 2014

Visiting the UK as unmarried couple

Can somebody explain Brexit in a few child-proof sentences?

Why we can't differentiate a polynomial equation as many times as we wish?

Is it possible to have a strip of cold climate in the middle of a planet?

What is the gram­mat­i­cal term for “‑ed” words like these?

How can "mimic phobia" be cured or prevented?

THT: What is a squared annular “ring”?

Create all possible words using a set or letters

Will adding a BY-SA image to a blog post make the entire post BY-SA?

What linear sensor for a keyboard?

Count the occurrence of each unique word in the file

Longest common substring in linear time

Why does Async/Await work properly when the loop is inside the async function and not the other way around?

How to decide convergence of Integrals

A social experiment. What is the worst that can happen?

Can a significant change in incentives void an employment contract?

If a character with the Alert feat rolls a crit fail on their Perception check, are they surprised?



Google Sheets - Number of days since the last date a range of cells


ranges and conditional formatting on google spreadsheetGoogle Sheets SUMIFS does not worki need to calculate a time difference in google sheetsreset count if cell in a range is blank in googlesheetsGoogle Sheets email once based on cell valuesBest way to automatically format timestamps to just include date(Google Sheets)How to use IMPORTRANGE and SUBSTITUTE in same formula for Google SheetsHighlight Source Data Cell When Selecting Query Result CellReference cell to another sheet cell which has array formula?Google Sheets - After Cell A37 is populated, need to auto jump to cell E9













1















I know how to return the number of days from a specific date, it requires to input a cell. The thing is, I have an ever-growing list of emails to be sent (in new columns), so the date needs to be updated with the new column.



If 2 columns have 2 dates in, can the formula be something like =minus(TODAY(), between B6 and D6)?



Use the spreadsheet link to test please - https://docs.google.com/spreadsheets/d/1dQNMMiSvfGNSj5mJ4Uu8kbEATPSS35_Cd-wbbfrrGPM/edit?usp=sharing










share|improve this question




























    1















    I know how to return the number of days from a specific date, it requires to input a cell. The thing is, I have an ever-growing list of emails to be sent (in new columns), so the date needs to be updated with the new column.



    If 2 columns have 2 dates in, can the formula be something like =minus(TODAY(), between B6 and D6)?



    Use the spreadsheet link to test please - https://docs.google.com/spreadsheets/d/1dQNMMiSvfGNSj5mJ4Uu8kbEATPSS35_Cd-wbbfrrGPM/edit?usp=sharing










    share|improve this question


























      1












      1








      1








      I know how to return the number of days from a specific date, it requires to input a cell. The thing is, I have an ever-growing list of emails to be sent (in new columns), so the date needs to be updated with the new column.



      If 2 columns have 2 dates in, can the formula be something like =minus(TODAY(), between B6 and D6)?



      Use the spreadsheet link to test please - https://docs.google.com/spreadsheets/d/1dQNMMiSvfGNSj5mJ4Uu8kbEATPSS35_Cd-wbbfrrGPM/edit?usp=sharing










      share|improve this question
















      I know how to return the number of days from a specific date, it requires to input a cell. The thing is, I have an ever-growing list of emails to be sent (in new columns), so the date needs to be updated with the new column.



      If 2 columns have 2 dates in, can the formula be something like =minus(TODAY(), between B6 and D6)?



      Use the spreadsheet link to test please - https://docs.google.com/spreadsheets/d/1dQNMMiSvfGNSj5mJ4Uu8kbEATPSS35_Cd-wbbfrrGPM/edit?usp=sharing







      google-sheets google-sheets-formula






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 21 at 13:50









      player0

      6,25041232




      6,25041232










      asked Mar 21 at 13:43









      Harry NormanHarry Norman

      305




      305






















          1 Answer
          1






          active

          oldest

          votes


















          1














          try like this:



          =DAYS(TODAY(), D6)


          0



          or perhaps like this:



          =DAYS(TODAY(), MAX(B6:D6))


          0






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55281833%2fgoogle-sheets-number-of-days-since-the-last-date-a-range-of-cells%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            try like this:



            =DAYS(TODAY(), D6)


            0



            or perhaps like this:



            =DAYS(TODAY(), MAX(B6:D6))


            0






            share|improve this answer



























              1














              try like this:



              =DAYS(TODAY(), D6)


              0



              or perhaps like this:



              =DAYS(TODAY(), MAX(B6:D6))


              0






              share|improve this answer

























                1












                1








                1







                try like this:



                =DAYS(TODAY(), D6)


                0



                or perhaps like this:



                =DAYS(TODAY(), MAX(B6:D6))


                0






                share|improve this answer













                try like this:



                =DAYS(TODAY(), D6)


                0



                or perhaps like this:



                =DAYS(TODAY(), MAX(B6:D6))


                0







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 21 at 13:59









                player0player0

                6,25041232




                6,25041232





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55281833%2fgoogle-sheets-number-of-days-since-the-last-date-a-range-of-cells%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript