# Merge Excel Sheet cells

**URL:** https://community.automationedge.com/t/merge-excel-sheet-cells/2434
**Category:** Get Help & Discuss
**Created:** [July 31, 2020, 11:07am UTC](https://community.automationedge.com/t/merge-excel-sheet-cells/2434 "2020-07-31T11:07:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sagar.bhandare](https://avatars.discourse-cdn.com/v4/letter/s/7993a0/32.png) [@sagar.bhandare](https://community.automationedge.com/u/sagar.bhandare)
#### Post date: [July 31, 2020, 11:07am UTC](https://community.automationedge.com/t/merge-excel-sheet-cells/2434/1 "2020-07-31T11:07:45Z")

</div>

Can we merge excel cells using process studio?

---

<div class="post-metadata">

### Author: ![Ankita1](https://avatars.discourse-cdn.com/v4/letter/a/d07c76/32.png) [@Ankita1](https://community.automationedge.com/u/Ankita1)
#### Post date: [July 31, 2020, 11:12am UTC](https://community.automationedge.com/t/merge-excel-sheet-cells/2434/2 "2020-07-31T11:12:50Z")

</div>

Though we do not have any direct step to merge cells of Excel in Process Studio, we can make use of Macro Code and VB script executor to execute the Macro Code.

---

<div class="post-metadata">

### Author: ![fbaldin](https://yyz1.discourse-cdn.com/flex027/user_avatar/community.automationedge.com/fbaldin/32/99_2.png) [@fbaldin](https://community.automationedge.com/u/fbaldin)
#### Post date: [August 2, 2020, 2:36am UTC](https://community.automationedge.com/t/merge-excel-sheet-cells/2434/3 "2020-08-02T02:36:34Z")

</div>

Hi @sagar.bhandare You can have 2 Excel Inputs steps that read 2 different files, and use some Merge Steps like MultiWay Merge. But remember you must have a Key Column to relate the data.  
Or if you want just to join 2 different files with no logical relations, just use Write Excel.
