Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to load data from different excel sheet tabs?

Hi everyone,

Can anyone help me with this challenge.

I have an excel file which has two sheet tabs, the first sheet tab has two columns(A and B), and the second one has three columns(C, D, and E).

At the end I would like to have a table with both columns from the first sheet and one column from the second sheet.

AB
ai
bf

First sheet tab

CDE
1xr
2ys

Second sheet tab

At the end I need such a table:

CAB
1ai
2bf

How can I load data from those two sheet tabs to achieve that?

Thanks ahead!!

Regards,

Olivier

2 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi Oliver,

See below:

Data1:
LOAD A,
B
FROM

(ooxml, embedded labels, table is Sheet1);

Concatenate
LOAD C
FROM

(ooxml, embedded labels, table is Sheet2);

Andy

awhitfield
Partner - Champion
Partner - Champion

PS - please don't duplicate posts on the Community:https://community.qlik.com/thread/163675