Forum Discussion
naveen chauhan
May 03, 2018Copper Contributor
Excel cell reference
Q-Actually I have a list of numbers from A1 to A100. Out of this list I want to choose the numbers say from A20 onwards. But this need to be done through formula. Like, I have 'A' written in Say C...
Detlef_Lewin
May 03, 2018Silver Contributor
Or:
=INDEX(A:A;D1)
naveen chauhan
May 03, 2018Copper Contributor
Thank you very much