A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello,
Thank You Andreas Killer, I looked at the link you posted.I have been tinkering with these for quite a while and I can't seem to get it to sort without jumbling. Any other ideas?
I have my info in "Sheet 2" and I'm copying it to "Sheet 1"
In "Sheet 1" I have these formulas:
A2- VLOOKUP(Sheet 2::Table 1::A2,Sheet 2::Table 1::A2:E7,1,FALSE)
B2- INDEX(Sheet 2::Table 1::$A2:$E11, MATCH(Sheet 2::Table 1::$A2,Sheet 2::Table 1::A2:A11),2)
C2- INDEX(Sheet 2::Table 1::$A2:$E11, MATCH(Sheet 2::Table 1::$A2,Sheet 2::Table 1::A2:A11),3)
D2- INDEX(Sheet 2::Table 1::$A2:$E11, MATCH(Sheet 2::Table 1::$A2,Sheet 2::Table 1::A2:A11),4)
E2- INDEX(Sheet 2::Table 1::$A2:$E11, MATCH(Sheet 2::Table 1::$A2,Sheet 2::Table 1::A2:A11),5)
Am I using the wrong combination of formulas? Or Wrong Syntax? Any help would be greatly appreciated...