Can I get a list of all dates between 2 date columns?

Do it like this:

  • If PRODUCTION ASSIGNED DATE is before DATE FROM COLUMN, then “nothing” (leave it empty)
  • If PRODUCTION ASSIGNED DATE is after DATE TO COLUMN, then “nothing” (leave it empty)
  • Else Number of units

Then you can do your rollup on that.

2 Likes