Hello,
I have a large table I am constructing out of two other tables. The combined table is being built on Sheet 1, while the two tables I'm building it from are on Sheets 2 & 3. I want to pattern to look something like this for the first row of the first sheet (the combined table):
a1 =Sheet2!a1
b1 =Sheet3!a1
c1 =Sheet2!b1
d1 =Sheet3!b1
e1 =Sheet2!c1
f1 =Sheet3!c1
I tried manually writing out about the first ten cells and filling in the rest. However when I try to extend it, it doesn't follow the desired pattern. Is there some trick to doing this correctly?
Thank you in advance for your help.
Bookmarks