excel3143546
New Member
- Joined
- Jan 16, 2005
- Messages
- 2
There have been a few threads with similar questions but none that actually resolved the problem. The best way to ask the question would be to describe the project & expected results:
Data in cells: b3,d3,f3 of 95, 85, 90, repectively
In cells b2,d2, and f2 i want to use the rank function to rank the 3 data cells.
However, the formula would look like this: =rank(b3,b3,d3,f3,0)... and thus would return an error because the rank function only allows 3 arguments.
Is there any way to group the "b3,d3,f3" part / range as a single "second argument?" For example, =rank(b3,range(b3,d3,f3),0). I realize range() does not exist. It is not possible for me to move the data into b3,c3,d3 ... but any solution involving UDFs is acceptable.
Thank you
Data in cells: b3,d3,f3 of 95, 85, 90, repectively
In cells b2,d2, and f2 i want to use the rank function to rank the 3 data cells.
However, the formula would look like this: =rank(b3,b3,d3,f3,0)... and thus would return an error because the rank function only allows 3 arguments.
Is there any way to group the "b3,d3,f3" part / range as a single "second argument?" For example, =rank(b3,range(b3,d3,f3),0). I realize range() does not exist. It is not possible for me to move the data into b3,c3,d3 ... but any solution involving UDFs is acceptable.
Thank you