Hi All,
Wanted to know a trick from you...
Say, from A2 to E4, I have the following data
10>>>>> 15>>>>> 20>>>>> 25>>>>> 30
50>>>>> 80>>>>> 56>>>>> 52>>>>> 75
20>>>>> 20>>>>> 12>>>>> 30>>>>> 28
Now, at G2, I write following INDIRECT formula to fetch the data:
=INDIRECT("A"&ROW(A2))
My question is, how can I make "A" portion dynamic so that when I drag the formula across, "A" turns to B, C (so on and so forth) and hence other columns' data gets updated.
Kaushik
Wanted to know a trick from you...
Say, from A2 to E4, I have the following data
10>>>>> 15>>>>> 20>>>>> 25>>>>> 30
50>>>>> 80>>>>> 56>>>>> 52>>>>> 75
20>>>>> 20>>>>> 12>>>>> 30>>>>> 28
Now, at G2, I write following INDIRECT formula to fetch the data:
=INDIRECT("A"&ROW(A2))
My question is, how can I make "A" portion dynamic so that when I drag the formula across, "A" turns to B, C (so on and so forth) and hence other columns' data gets updated.
Kaushik