Forum Discussion

Steven Tavener's avatar
Steven Tavener
Copper Contributor
Jul 16, 2018
Solved

Setting up alert on a different page

Hello. Is there a way to select a whole row of dates, all will be different, and set an alert to go off in a different location ie - sheet 2 or Word? Thanks in advance.
  • Man Fai Chan's avatar
    Man Fai Chan
    Jul 16, 2018

    Suppose the column A is the list of dates with A1 as the header.

    Then, in column B, I would try the following formula (in cell B2):

                   =IF(and(A2-today()<7, A2-today()>0), "ALERT", "")

     

    Hope that this can help you.

6 Replies

    • Man Fai Chan's avatar
      Man Fai Chan
      Iron Contributor

      Suppose the column A is the list of dates with A1 as the header.

      Then, in column B, I would try the following formula (in cell B2):

                     =IF(and(A2-today()<7, A2-today()>0), "ALERT", "")

       

      Hope that this can help you.

Resources