Can someone look at this formula and tell me what i'm doing wrong.
The formulas individually work, but when i try to put it in a nested if, it won't let me. I know it has something to do with the parenthesis, but i can't figure it out.

Please help!

=IFERROR((VLOOKUP($E8,'Pandora Worksheet'!$E:$AB,MATCH(G$6,'Pandora Worksheet'!$E$2:$AB$2,0),FALSE)),IFERROR((VLOOKUP($D8,'Pandora Worksheet'!$D:$AB,MATCH(G$6,'Pandora Worksheet'!$D$2:$AB$2,0),FALSE)),(VLOOKUP($c8,'Pandora Worksheet'!$c:$AB,MATCH(G$6,'Pandora Worksheet'!$c$2:$AB$2,0),FALSE),(VLOOKUP($b8,'Pandora Worksheet'!$b:$AB,MATCH(G$6,'Pandora Worksheet'!$b$2:$AB$2,0),FALSE),(VLOOKUP($A8,'Pandora Worksheet'!$A:$AB,MATCH(G$6,'Pandora Worksheet'!$A$2:$AB$2,0),FALSE)))))