google spreadsheet - Link columns so data updates are properly reflected -


i have column data values , want link other columns in same , different sheets in same spreadsheet. is, having same data in different columns in spreadsheet while keeping linked updates on source 1 affect of them.

i've tried with:

=sheetname!columnindex:columnindex   

(e.g. =sheet1!a:a) but, although works, cell reference not column reference.

what best way achieve it?

maybe want array version of have tried:

=arrayformula(sheet1!a:a)   

(if not, please clarify!)


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -