Activity › Forums › Adobe After Effects Expressions › Index Start + End values of a Range Selector applied to a text layer Adobe After Effects Expressions Index Start + End values of a Range Selector applied to a text layer Posted by John Burgess on January 30, 2023 at 4:46 pm Is it possible to apply an index expression to the start and end values of a range selector. I want to be able to achieve what is highlighted in the screengrab without having to manually update each value. John Burgess replied 2 years ago 2 Members · 2 Replies 2 Replies Dan Ebberts January 30, 2023 at 4:57 pm Try this for Start: (thisProperty.propertyGroup(3).propertyIndex - 1)*2 and this for End: (thisProperty.propertyGroup(3).propertyIndex - 1)*2 + 1 John Burgess January 30, 2023 at 5:12 pm Thanks so much for the quick response Dan this worked perfect Reply to this Discussion! Login or Sign Up Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me Reply to this Discussion! Login or Sign Up