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. ...
- Mar 09, 2020
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
Patrick2788
Mar 09, 2020Silver Contributor
rbeattie222
Mar 09, 2020Copper Contributor
Hi Patrick sorry, I have Microsoft Office Professional 2010
Hope you can still help me?
Thanks Ross
- Patrick2788Mar 09, 2020Silver Contributor
Yes, take a look at my attached workbook.
- rbeattie222Mar 09, 2020Copper Contributor
I looked at your sheet but I need the company to populate on all the days in the date range?
Thank you
- Patrick2788Mar 09, 2020Silver Contributor
Attached