put the code into a module just follow microsofts instructions
Start the Visual Basic Editor (Press ALT+F11)
On the Insert menu, click Module.
Type(copy/paste) the sample Visual Basic MakeArray function code (shown above) into the module.(thats this bit )
Return to the worksheet (Press ALT+F11)
once thats in the sheet you use "makearray" in formula
=SUMPRODUCT(--(makearray(A1,A3,A5,A7)>makearray(B1,B3,B5,B7)))
wher a1,a3,a5,a7 and so on correspond to the "conference" home cells and
b1,b3,b5,b7 corespond to the adjacent conference away cells
Bookmarks