I have a total of 3 worksheets. Two of the 3 consist of a rank from an average of 3 rankers (JS, JJ and SB). On the FINAL worksheet I'm trying to consolidate the information from the previous 2 worksheets and rank (from lowest to highest) from their averages. I have the formula on the FINAL worksheet working I have a total of 3 worksheets. Two of the 3 consist of a rank from an average of 3 rankers (JS, JJ and SB). On the FINAL worksheet I'm trying to consolidate the information from the previous 2 worksheets and rank (from lowest to highest) from their averages. I have the formula on the FINAL worksheet working for Sheet 1...now I just need to incorporate Sheet2 data where Bell is displayed between Brown and Evans on the FINAL worksheet. Attached are 3 images of each of my worksheets as I do not see an option to attach an excel file.
The formula in the RANK column on the FINAL worksheet is:
=IFERROR(SMALL(Sheet1!$A$3:$A$250,ROWS(FINAL!$A$3:$A3)),"")
For the REMANING columns is:
=IFERROR(VLOOKUP($A3,Sheet1!$A$3:$F$5,COLUMNS(FINAL!$B3:B3)+1,0),"")
As you can see Sheet1 is within the formula. How do I incorporate Sheet2?
Thank you in advance!
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Sheet1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RANK[/TD]
[TD]NAME[/TD]
[TD]JS[/TD]
[TD]JJ[/TD]
[TD]SB[/TD]
[TD]AVG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Evans[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]2.00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Beckham[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]2.33[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Brown[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1.67[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Sheet2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RANK[/TD]
[TD]NAME[/TD]
[TD]JS[/TD]
[TD]JJ[/TD]
[TD]SB[/TD]
[TD]AVG[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Johnson[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]3[/TD]
[TD]3.00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Elliot[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]2.33[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Bell[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1.67[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]FINAL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RANK[/TD]
[TD]NAME[/TD]
[TD]JS[/TD]
[TD]JJ[/TD]
[TD]SB[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Brown[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Evans[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Beckham[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
SHEET1<o></o>
<v:shapetype id="_x0000_t75" stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" oreferrelative="t" o:spt="75" coordsize="21600,21600"> <v:stroke joinstyle="miter"> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"> <v:f eqn="sum @0 1 0"> <v:f eqn="sum 0 0 @1"> <v:f eqn="prod @2 1 2"> <v:f eqn="prod @3 21600 pixelWidth"> <v:f eqn="prod @3 21600 pixelHeight"> <v:f eqn="sum @0 0 1"> <v:f eqn="prod @6 1 2"> <v:f eqn="prod @7 21600 pixelWidth"> <v:f eqn="sum @8 21600 0"> <v:f eqn="prod @7 21600 pixelHeight"> <v:f eqn="sum @10 21600 0"> </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas> <vath o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"> <o:lock aspectratio="t" v:ext="edit"></o:lock></vath></v:stroke></v:shapetype><v:shape id="Picture_x0020_1" style="width: 169.2pt; height: 115.8pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" o:borderrightcolor="yellow pure" o:borderbottomcolor="yellow pure" o:borderleftcolor="yellow pure" o:bordertopcolor="yellow pure" o:spid="_x0000_i1027"> <v:imagedata o:title="" cropright="40803f" cropbottom="34279f" src="file:///C:/Users/JNJOHN~1/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png"> <w:bordertop type="single" width="8"> <w:borderleft type="single" width="8"> <w:borderbottom type="single" width="8"> <w:borderright type="single" width="8"></w:borderright></w:borderbottom></w:borderleft></w:bordertop></v:imagedata></v:shape><o></o>
<o> </o>
SHEET2<o></o>
<v:shape id="Picture_x0020_2" style="width: 173.4pt; height: 130.2pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" o:borderrightcolor="yellow pure" o:borderbottomcolor="yellow pure" o:borderleftcolor="yellow pure" o:bordertopcolor="yellow pure" o:spid="_x0000_i1026"> <v:imagedata o:title="" cropright="41170f" cropbottom="31750f" src="file:///C:/Users/JNJOHN~1/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png"> <w:bordertop type="single" width="8"> <w:borderleft type="single" width="8"> <w:borderbottom type="single" width="8"> <w:borderright type="single" width="8"></w:borderright></w:borderbottom></w:borderleft></w:bordertop></v:imagedata></v:shape><o></o>
<o> </o>
FINAL<o></o>
<v:shape id="Picture_x0020_3" style="width: 280.8pt; height: 156pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" o:borderrightcolor="yellow pure" o:borderbottomcolor="yellow pure" o:borderleftcolor="yellow pure" o:bordertopcolor="yellow pure" o:spid="_x0000_i1025"> <v:imagedata o:title="" cropright="24114f" cropbottom="20384f" src="file:///C:/Users/JNJOHN~1/AppData/Local/Temp/msohtmlclip1/01/clip_image005.png" cropleft="2100f" croptop="4671f"> <w:bordertop type="single" width="8"> <w:borderleft type="single" width="8"> <w:borderbottom type="single" width="8"> <w:borderright type="single" width="8"></w:borderright></w:borderbottom></w:borderleft></w:bordertop></v:imagedata></v:shape><o></o>
The formula in the RANK column on the FINAL worksheet is:
=IFERROR(SMALL(Sheet1!$A$3:$A$250,ROWS(FINAL!$A$3:$A3)),"")
For the REMANING columns is:
=IFERROR(VLOOKUP($A3,Sheet1!$A$3:$F$5,COLUMNS(FINAL!$B3:B3)+1,0),"")
As you can see Sheet1 is within the formula. How do I incorporate Sheet2?
Thank you in advance!
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Sheet1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RANK[/TD]
[TD]NAME[/TD]
[TD]JS[/TD]
[TD]JJ[/TD]
[TD]SB[/TD]
[TD]AVG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Evans[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]2.00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Beckham[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]2.33[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Brown[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1.67[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Sheet2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RANK[/TD]
[TD]NAME[/TD]
[TD]JS[/TD]
[TD]JJ[/TD]
[TD]SB[/TD]
[TD]AVG[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Johnson[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]3[/TD]
[TD]3.00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Elliot[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]2.33[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Bell[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1.67[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]FINAL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RANK[/TD]
[TD]NAME[/TD]
[TD]JS[/TD]
[TD]JJ[/TD]
[TD]SB[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Brown[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Evans[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Beckham[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
SHEET1<o></o>
<v:shapetype id="_x0000_t75" stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" oreferrelative="t" o:spt="75" coordsize="21600,21600"> <v:stroke joinstyle="miter"> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"> <v:f eqn="sum @0 1 0"> <v:f eqn="sum 0 0 @1"> <v:f eqn="prod @2 1 2"> <v:f eqn="prod @3 21600 pixelWidth"> <v:f eqn="prod @3 21600 pixelHeight"> <v:f eqn="sum @0 0 1"> <v:f eqn="prod @6 1 2"> <v:f eqn="prod @7 21600 pixelWidth"> <v:f eqn="sum @8 21600 0"> <v:f eqn="prod @7 21600 pixelHeight"> <v:f eqn="sum @10 21600 0"> </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas> <vath o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"> <o:lock aspectratio="t" v:ext="edit"></o:lock></vath></v:stroke></v:shapetype><v:shape id="Picture_x0020_1" style="width: 169.2pt; height: 115.8pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" o:borderrightcolor="yellow pure" o:borderbottomcolor="yellow pure" o:borderleftcolor="yellow pure" o:bordertopcolor="yellow pure" o:spid="_x0000_i1027"> <v:imagedata o:title="" cropright="40803f" cropbottom="34279f" src="file:///C:/Users/JNJOHN~1/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png"> <w:bordertop type="single" width="8"> <w:borderleft type="single" width="8"> <w:borderbottom type="single" width="8"> <w:borderright type="single" width="8"></w:borderright></w:borderbottom></w:borderleft></w:bordertop></v:imagedata></v:shape><o></o>
<o> </o>
SHEET2<o></o>
<v:shape id="Picture_x0020_2" style="width: 173.4pt; height: 130.2pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" o:borderrightcolor="yellow pure" o:borderbottomcolor="yellow pure" o:borderleftcolor="yellow pure" o:bordertopcolor="yellow pure" o:spid="_x0000_i1026"> <v:imagedata o:title="" cropright="41170f" cropbottom="31750f" src="file:///C:/Users/JNJOHN~1/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png"> <w:bordertop type="single" width="8"> <w:borderleft type="single" width="8"> <w:borderbottom type="single" width="8"> <w:borderright type="single" width="8"></w:borderright></w:borderbottom></w:borderleft></w:bordertop></v:imagedata></v:shape><o></o>
<o> </o>
FINAL<o></o>
<v:shape id="Picture_x0020_3" style="width: 280.8pt; height: 156pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" o:borderrightcolor="yellow pure" o:borderbottomcolor="yellow pure" o:borderleftcolor="yellow pure" o:bordertopcolor="yellow pure" o:spid="_x0000_i1025"> <v:imagedata o:title="" cropright="24114f" cropbottom="20384f" src="file:///C:/Users/JNJOHN~1/AppData/Local/Temp/msohtmlclip1/01/clip_image005.png" cropleft="2100f" croptop="4671f"> <w:bordertop type="single" width="8"> <w:borderleft type="single" width="8"> <w:borderbottom type="single" width="8"> <w:borderright type="single" width="8"></w:borderright></w:borderbottom></w:borderleft></w:bordertop></v:imagedata></v:shape><o></o>