Hi team,
I'm trying to find a solution where I can exclude values that are not numeric from the following formula.
=SMALL(TAKE(VSTACK(range1,range2),-n),1)
I've found some similar scenarios online but i'm struggling to incorporate those into my specific need to have the formula include VSTACK to pick up 2 ranges in separate columns.
Currently the above formula is treating non numeric cells as valid when it calculates the "-n" value to determine the range to look for the smallest value in.
I'm trying to find a solution where I can exclude values that are not numeric from the following formula.
=SMALL(TAKE(VSTACK(range1,range2),-n),1)
I've found some similar scenarios online but i'm struggling to incorporate those into my specific need to have the formula include VSTACK to pick up 2 ranges in separate columns.
Currently the above formula is treating non numeric cells as valid when it calculates the "-n" value to determine the range to look for the smallest value in.