VSTACK for copy data

Sefty

Board Regular
Joined
Apr 5, 2022
Messages
68
Office Version
  1. 365
Platform
  1. Windows
Hello,
I need help to move data in different sheet to sheet database, I found use formula =vstack(data1,data2, data n....) but in my ms. excel formula vstack not found. If i want to use macro excel is there a formula? I want to copy data in sheet data 1, data 2, data 3, and data 4 to sheet database start coloumn B3.
I found formula vstack from instagram but in my ms. excel the formula not found.
1670749056882.png
 

Attachments

  • 1670749274236.png
    1670749274236.png
    58.2 KB · Views: 9

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hi

=LET(X,FILTERXML("<t><s>"&TEXTJOIN("</s><s>",,'Data 1'!B3:C10,'Data 2'!B3:C13,'Data 3'!B3:C30,'Data 4'!B3:C13)&"</s></t>","//s"),INDEX(X,SEQUENCE(ROWS(X)/2,2)))
 
Upvote 0

Forum statistics

Threads
1,215,374
Messages
6,124,566
Members
449,171
Latest member
jominadeo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top