Hi,
I am trying to generate every business date for 2023.
Then take my data (2 dates) and fill the value for all dates between these 2 dates.

So the result would look something like this:
| Testers | 2023_10_02 | 2022_10_03 | 2022_10_04 | .. | .. | 2023_11_03 | 2023_11_04 |
| Louis Stevents | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | |
whith 2023-11-04 blank as the .4 doesnt fall in here.
Edit - able to get .4 for every business date, but that isnt right.

my placeholder formula doesnt seem to be working!