orangebloss
Board Regular
- Joined
- Jun 5, 2013
- Messages
- 51
- Office Version
- 365
- Platform
- Windows
Hi, I've been trying to create a drop down list using the following formula where PROJECTLIST = LISTS!$G$2:$G$71 or G:G (I have tried both)
If I just use the PROJECTLIST array for the drop down list it shows everything, if I use the formula below it only returns 47 entries - is there a limit to using Offset?
=OFFSET(INDEX(PROJECTLIST,MATCH("YES",YESLIST,0)),,,COUNTIF(YESLIST,"YES"))
Any help in sorting this out would be much appreciated.![Confused :confused: :confused:](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png)
If I just use the PROJECTLIST array for the drop down list it shows everything, if I use the formula below it only returns 47 entries - is there a limit to using Offset?
=OFFSET(INDEX(PROJECTLIST,MATCH("YES",YESLIST,0)),,,COUNTIF(YESLIST,"YES"))
Any help in sorting this out would be much appreciated.
![Confused :confused: :confused:](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f615.png)