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...
Haytham Amairah
May 03, 2018Silver Contributor
Hi Naveen,
This is the formula:
=INDIRECT(C1 & D1)
Regards
Detlef_Lewin
May 03, 2018Silver Contributor
Or:
=INDEX(A:A;D1)
- naveen chauhanMay 03, 2018Copper ContributorThank you very much