Need to get data from different cell numbers
Closed
Bobby
-
Jun 2, 2009 at 08:08 AM
mubashir aziz Posts 190 Registration date Sunday April 12, 2009 Status Member Last seen February 16, 2010 - Jun 4, 2009 at 05:39 AM
mubashir aziz Posts 190 Registration date Sunday April 12, 2009 Status Member Last seen February 16, 2010 - Jun 4, 2009 at 05:39 AM
Related:
- Need to get data from different cell numbers
- Transfer data from one excel worksheet to another automatically - Guide
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Digital data transmission - Guide
- Data transmission cable - Guide
4 responses
mubashir aziz
Posts
190
Registration date
Sunday April 12, 2009
Status
Member
Last seen
February 16, 2010
166
Jun 3, 2009 at 12:14 AM
Jun 3, 2009 at 12:14 AM
In you sheet2 in Row2 put these formulas
A2=Sheet1!A1
B2=Sheet1!A2
C2=Sheet1!B1
D2=Sheet1!B2
Now in Column E3 write 2
E3=2
E4=4
E5=6
.
.
give increment of 2 continuously
.
.
.
Now in Row 3 write below formula
A3=INDIRECT("Sheet1!A"&1+E3)
B3=INDIRECT("Sheet1!A"&2+E3)
C3=INDIRECT("Sheet1!B"&1+E3)
D3=INDIRECT("Sheet1!B"&2+E3)
Now Drag your These 4 cells downward ....
your all cells from sheet1 will be occurred as per your wish ......
A2=Sheet1!A1
B2=Sheet1!A2
C2=Sheet1!B1
D2=Sheet1!B2
Now in Column E3 write 2
E3=2
E4=4
E5=6
.
.
give increment of 2 continuously
.
.
.
Now in Row 3 write below formula
A3=INDIRECT("Sheet1!A"&1+E3)
B3=INDIRECT("Sheet1!A"&2+E3)
C3=INDIRECT("Sheet1!B"&1+E3)
D3=INDIRECT("Sheet1!B"&2+E3)
Now Drag your These 4 cells downward ....
your all cells from sheet1 will be occurred as per your wish ......
frank_einstein
Posts
7
Registration date
Thursday January 1, 2009
Status
Member
Last seen
June 8, 2009
2
Jun 3, 2009 at 02:06 AM
Jun 3, 2009 at 02:06 AM
thanks or your support to this forum mubashir
mubashir aziz
Posts
190
Registration date
Sunday April 12, 2009
Status
Member
Last seen
February 16, 2010
166
Jun 3, 2009 at 02:27 AM
Jun 3, 2009 at 02:27 AM
@ Frank, you alwaz welcome ....
Waiting for Vote :)
Waiting for Vote :)
mubashir aziz
Posts
190
Registration date
Sunday April 12, 2009
Status
Member
Last seen
February 16, 2010
166
Jun 4, 2009 at 05:39 AM
Jun 4, 2009 at 05:39 AM
@ Boby, enjoy it ....
Waiting for Vote :)
Waiting for Vote :)