I'm trying to figure out how to have the entire contents of a column in one sheet show in another sheet.
For example I have column D in sheet2 that I want to show in column A of sheet1. Something like:
=ARRAYFORMULA(Sheet2!D)
But that gives me a syntax error.