For instance, RANK.EQ will not take the result of VSTACK() as an argument.
=RANK.EQ(5,VSTACK(4,5,6))
is not accepted as a formula, Excel gives the generic error message "There's a problem with this formula".
Also this does not work (with braces)
=RANK.EQ(5,VSTACK{5,6,7})
Is there a way that i can enumerate an argument that is not a range to RANK.EQ?
(I have also found functions other than RANK.EQ that have this behavior of not accepting the result of HSTACK or VSTACK as an argument, though i do not recall which ones at the moment. In most cases one can use HSTACK() or VSTACK() as an argument to an Excel function that would normally accept a range).
Thank you if you can help out for a workaround for this.
=RANK.EQ(5,VSTACK(4,5,6))
is not accepted as a formula, Excel gives the generic error message "There's a problem with this formula".
Also this does not work (with braces)
=RANK.EQ(5,VSTACK{5,6,7})
Is there a way that i can enumerate an argument that is not a range to RANK.EQ?
(I have also found functions other than RANK.EQ that have this behavior of not accepting the result of HSTACK or VSTACK as an argument, though i do not recall which ones at the moment. In most cases one can use HSTACK() or VSTACK() as an argument to an Excel function that would normally accept a range).
Thank you if you can help out for a workaround for this.