Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Combine 2 tabs in excel

ZahinOsman
8 - Asteroid

Hi all,

 

I am trying to combine 2 sheets into 1. Below I have 2 data sets from Sheet 1 and Sheet 2 respectively. Sheet 1 has headers, but Sheet 2 does not. How do I go about in combining these 2 data sets into a single output, when sheet 2 is just a continuation of sheet 1, albeit without the headers;

 

Sheet 1:

System CDTrade IDBook_NmBook CDSap Company CDCountry CDCountry NmTrade Mnth
BARX_FX_TST105977412EMFRFX_SPFX BARX_FX_TSEMFRFX_SPFX7740SGSingapore2021-11 
BARX_FX_TST105977414EMFRFX_SPFX BARX_FX_TSEMFRFX_SPFX7740SGSingapore2021-11 
BARX_FX_TST105977418EMFRFX_SPFX BARX_FX_TSEMFRFX_SPFX7740SGSingapore2021-11 
BARX_FX_TST105977421EMFRFX_SPFX BARX_FX_TSEMFRFX_SPFX7740SGSingapore2021-11 
BARX_FX_TST105977422EMFRFX_SPFX BARX_FX_TSEMFRFX_SPFX7740SGSingapore2021-11 
BARX_FX_TST105977507ECOM_SPFX BARX CashECOM_SPFX7740SGSingapore2021-10 
BARX_FX_TST105977508ECOM_SPFX BARX CashECOM_SPFX7740SGSingapore2021-10 
BARX_FX_TST105977509AUD1_SPFX BARX CashAUD1_SPFX7740SGSingapore2021-10 

 

Sheet 2:

 

BARX_FX_TST105977512ECOM_TKFX BARX CashECOM_TKFX7740JPJapan2021-10 
BARX_FX_TST105977513ECOM_SPFX BARX CashECOM_SPFX7740SGSingapore2021-10 
BARX_FX_TST105977515ECOM_TKFX BARX CashECOM_TKFX7740JPJapan2021-10 
BARX_FX_TST105977516ECOM_SPFX BARX CashECOM_SPFX7740SGSingapore2021-10 
BARX_FX_TST105977517ECOM_SPFX BARX CashECOM_SPFX7740SGSingapore2021-10 

 

3 REPLIES 3
ZahinOsman
8 - Asteroid

To clarify, these 2 sheets are found in the same excel. Meaning 2 different tabs

alexnajm
18 - Pollux
18 - Pollux

Sounds like a Union based on column position - here's a quick example with your data

Prometheus
12 - Quasar

@ZahinOsman A Union configured to Auto Config by Position will work for you.

Combining Sheets.PNG

 

Labels
Top Solution Authors