Forum Discussion

rbeattie222's avatar
rbeattie222
Copper Contributor
Mar 09, 2020
Solved

Need help on a formula please

I want to have the “company” show up on each day between the start and end date but I cannot seems to figure out.  I have been using Index and Aggregate but this is as far as I can get it to go.    ...
  • Patrick2788's avatar
    Patrick2788
    Mar 09, 2020

    rbeattie222 

    Add to A2:

     

    =IFERROR(INDEX($K$1:$K$9,SMALL(IF(A$1>=$I$1:$I$9,IF(A$1<=$J$1:$J$9,ROW($K$1:$K$9))),ROW(A1)),1),"")

     

    Ctrl+Shift+Enter to calculate