Forum Discussion

RobG92's avatar
RobG92
Copper Contributor
Oct 02, 2020
Solved

Formula to automatically move to a new column based on date.

Hello everyone, attached is an example of the data I'm working with.    What I'm having trouble figuring out is a formula that will move over automatically as the date changes with the =TODAY().  ...
  • HansVogelaar's avatar
    HansVogelaar
    Oct 02, 2020

    RobG92 

    For example for US on the specified date:

     

    =SUMPRODUCT(B4:C10*(B3:C3=A1)*(F4:F10="US"))

     

    See the attached version.

Resources