Forum Discussion
rbeattie222
Mar 09, 2020Copper Contributor
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.
Can you please help me?
I have attached a screen show of what I have so far.
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
12 Replies
- Patrick2788Silver Contributor
- rbeattie222Copper Contributor
Hi Patrick sorry, I have Microsoft Office Professional 2010
Hope you can still help me?
Thanks Ross
- Patrick2788Silver Contributor
Yes, take a look at my attached workbook.