Dragging problem in Indirect Function

Closed
Manjeet Singh - Apr 22, 2010 at 01:41 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 22, 2010 at 06:20 AM
I have only data in Sheet1 from C2 to C200 and

I am using Indirect function in Sheet2 and when i drag it from C2 to C200 it is showing

only C:2 data in all cell from C2 to C200



=INDIRECT("'Sheet1'!C2")



I am not able to shortout this problem please help me


thanks
Related:

2 responses

venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 811
Apr 22, 2010 at 05:57 AM
somebody seemed to have given a solution in this newsgroup itself. You have to use a macro given by Tony

https://ccm.net/forum/affich-30063-excel-formulas
0
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Apr 22, 2010 at 06:20 AM
Try this


=INDIRECT("'Sheet1'!C"&ROW(C2))
0