Export Table data to Excel exact places

shalva.gelashvili

New member
Local time
Today, 04:06
Joined
Sep 6, 2008
Messages
6
Hi Everybody,

I need to export Table data to excel sheet's exact places

table1.col1. id1 to sheet1d2
table1.col1. id2 to sheet1.d5

please help
 
or also if it would be possible

i have table1 items as

col1 col2
text1 100
text2 150
text3 200
....... .....
textn 5000


also I have an excel file where i have the same text but not orginezed

A
1 text1
2 some other text
3 some other text
4 text2
5 text3
6 ......

and i need the col2 values to be exported from table1 to this excel sheet in next column

A B
1 text1 100
2 some other text
3 some other text
4 text2 150
5 text3 200
6 ......

View attachment Book1.zip
 
Last edited:
Did you know you can use "link table manager" to link to an excel sheet an handle it exactly like handeling a table ?
 

Users who are viewing this thread

Back
Top Bottom