Hi, Thanks for your assistance and time.
This formula works nice for my needs, of repeating a value.
=if(mod(column()-1,3)=0,$a$4,0) it displays my value every 3rd column, in row 4.
I have 365 columns with date in row 3, for each day of the year. E3 has Jan 1, 2018.
i want to put a date in cell b4 and then have this formula, start on that date in the correct/corespondent column, which has that date in row 3... then repeat every 3 columns.
Is it possible to tweak this to select an appropriate column, based off date in b4, then find that column, then start the value every three columns.
Thanks again for help
This formula works nice for my needs, of repeating a value.
=if(mod(column()-1,3)=0,$a$4,0) it displays my value every 3rd column, in row 4.
I have 365 columns with date in row 3, for each day of the year. E3 has Jan 1, 2018.
i want to put a date in cell b4 and then have this formula, start on that date in the correct/corespondent column, which has that date in row 3... then repeat every 3 columns.
Is it possible to tweak this to select an appropriate column, based off date in b4, then find that column, then start the value every three columns.
Thanks again for help