2 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Automatically Update/Copy Columns between Sheets

I have a MASTER sheet where I input new Jobs in my table "tblMASTER" in Column A, and I want this column to automatically update/copy in "Sheet2" also Column A. The problem I'm facing is that I want it to automatically copy, even when I add a new row/Job Name to my "tblMASTER".

I found that it works fine if I don't create a table in "Sheet2". I just use "=tblMASTER[Job Name]" in my Sheet2 and it updates automatically.

However, I would prefer if "Sheet2" was an actual table that would also automatically add new rows to the table based on "tblMASTER". So essentially, if there are 25 rows (or Job Names) in "tblMASTER", then there will also be 25 rows (or Job Names) in the table from Sheet2.

When I try turning Sheet2 into a table, I either get #SPILL, or it doesn't update as I add to the MASTER.

I made a Sheet3 for reference. Sheet3 is a table, Sheet2 is normal. See screenshots attached. Version 2602.

Is this possible to do? Any help is much appreciated!

https://preview.redd.it/ibwhjvzsu9rg1.png?width=1438&format=png&auto=webp&s=7ecebf12d6874fa35a1bf4233982d4f8d8255b5b

https://preview.redd.it/wltv2kkyu9rg1.png?width=1330&format=png&auto=webp&s=accd5febcf075f78faaab86aa3698a9dec00ed40

https://preview.redd.it/130ly6g3v9rg1.png?width=1456&format=png&auto=webp&s=54d5d45a12e45eab107389024a1c3b8ed6b66f2f

submitted by /u/crod69420
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article

Tagged with

#rows.com
#Excel alternatives for data analysis
#natural language processing for spreadsheets
#generative AI for data analysis
#Excel compatibility
#row zero
#cloud-based spreadsheet applications
#Excel alternatives
#google sheets
#MASTER sheet
#tblMASTER
#Column A
#Sheet2
#Job Name
#table
#update automatically
#automatically update
#copy
#new rows
#Sheet3
Automatically Update/Copy Columns between Sheets