Say if I have a list A1:E5 and I want have reference 2 columns of the list, say B and D. So it will looks like:
A B C D E G H (reference to B1:B5 and D1:D5)
1 a b c d e b d
2 a b c d e b d
3 a b c d e b d
4 a b c d e b d
5 a b c d e b d
And when adding more data in list A1:E5, G/H will automatically update the new data. How to do this? Thanks.