Forum Discussion

ScoutLaser's avatar
ScoutLaser
Copper Contributor
Jan 15, 2024
Solved

Auto Fill Week and Date From Single Cell

Hello,    I've been trying to set up a formula that auto-populates cells with days of the week and a second cell with mm/dd format all based on a single starting date.    For example:   Cell A1...
  • HansVogelaar's avatar
    Jan 15, 2024

    ScoutLaser 

     

    In H2:

    =SEQUENCE(1, 29, A1)

    This will spill to 29 columns (if you want more or fewer dates, change the number 29 in the formula)

    Select the spill area and format it as mm/dd

Resources