Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Terry" wrote in message ... Thank you very much! You're right, this produces the same result as the formula I've been using and the result is what I'm accustomed to seeing. I decided to ignore the tweak you offered in your next post. Why? Because the formulas in this one are identical except for one word. It just seemed the simplest thing to do. Even better, I almost understand how/why this one works. My thanks also to the others who offered their assistance. Terry "T. Valko" wrote in message ... This seems to do the same thing as Harlan's formulas. A1:An = player names or numbers I'm assuming you enter this data as a contiguous block. Enter this formula in B1 and copy down to B48: =IF(A1="","",RAND()) Enter this formula in D1: =IF(ROWS($1:1)<=COUNTA(A:A)/2,INDEX(A:A,MATCH(SMALL(B:B,ROWS($1:1)),B:B,0)),"" ) Enter this formula in E1: =IF(ROWS($1:1)<=COUNTA(A:A)/2,INDEX(A:A,MATCH(LARGE(B:B,ROWS($1:1)),B:B,0)),"" ) Select both D1 and E1 and copy down to row 24 (max of 48 players at 2 per team = 24) -- Biff Microsoft Excel MVP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ranking of golfers | Excel Discussion (Misc queries) | |||
Same formula referencing same cells returns incorrect results, randomly, when pasted into new worksheet | Excel Worksheet Functions | |||
How do pair different data series. | Charts and Charting in Excel | |||
Excel formula randomly changes to hard-code number | Excel Discussion (Misc queries) | |||
in excel, how do I find which value doesn't have a pair? | Excel Discussion (Misc queries) |