Getting values from other xls file
Solved/Closed
chaps
-
May 18, 2010 at 05:00 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - May 18, 2010 at 06:35 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - May 18, 2010 at 06:35 AM
Related:
- Getting values from other xls file
- Windows 10 iso file download 64-bit - Download - Windows
- Kmspico zip file download - Download - Other
- Tiny 11 iso file download - Download - Windows
- Download audio file from messenger - Guide
- Dvi file - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
May 18, 2010 at 06:35 AM
May 18, 2010 at 06:35 AM
I am rephrasing your problem
in book1.xls in sheet1 from A1 to a10 is like this
x1
x2
x3
x4
x5
x6
x7
x8
x9
x10
book2.xls has got sheets named x1,x2,x3 etc.
in each of these sheets there is some entry in D1
in book1.xls in sheet1 in B1 copy this formula
=INDIRECT("[book2.xls]"&A1&"!d1")
copy B1 down
in book1.xls in sheet1 from A1 to a10 is like this
x1
x2
x3
x4
x5
x6
x7
x8
x9
x10
book2.xls has got sheets named x1,x2,x3 etc.
in each of these sheets there is some entry in D1
in book1.xls in sheet1 in B1 copy this formula
=INDIRECT("[book2.xls]"&A1&"!d1")
copy B1 down