Are there any Excel Gurus here ? I'm trying to tidy up the PYMPS Tracker so that it's fairly easy to add Rounds and what not.
I've got the basic calculations working in what can only be decribed as a convoluted ugly 3yo scribble. If anyone thinks they can help, I'll happily sponsor you for $2 every time Richmond wins.
Here's an example of the code I am using (yes, it's repeated as I am halfway through trying to add a weighting for wins.......)
I've got the basic calculations working in what can only be decribed as a convoluted ugly 3yo scribble. If anyone thinks they can help, I'll happily sponsor you for $2 every time Richmond wins.
Here's an example of the code I am using (yes, it's repeated as I am halfway through trying to add a weighting for wins.......)
Code:
=IF(I5>1,(SUM(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,2)=1,$D5,0)+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,3)=1,$C5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,4)=1,$E5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,5)>0,(VLOOKUP($B5,Rd1!$B$3:$H$47,5))*$F5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,6)=1,$G5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,7)>0,(VLOOKUP($B5,Rd1!$B$3:$H$47,7))*$H5,0)))*I5),SUM(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,2)=1,$D5,0)+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,3)=1,$C5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,4)=1,$E5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,5)>0,(VLOOKUP($B5,Rd1!$B$3:$H$47,5))*$F5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,6)=1,$G5,0))+(IF(VLOOKUP($B5,Rd1!$B$3:$H$47,7)>0,(VLOOKUP($B5,Rd1!$B$3:$H$47,7))*$H5,0))))