ififthelement
New Member
- Joined
- Sep 11, 2014
- Messages
- 48
Hi All,
I have 3 user defined Names - ExecWinchrome, ExecWinFireFox, ExecWinIE.
I need a function that tells me which one of these has minimum value and then find the position. In turn based on the position, I wast to display the Name
I tried the following
=Match(MIN(ExecWinchrome, ExecWinFireFox, ExecWinIE), {ExecWinchrome, ExecWinFireFox, ExecWinIE}, 0)
The Lookup_Array in RED gives error. How do I tell Excel that its an array of the result of the Name variable ?
if the result of MATCH is 1, i will shows Win-chrome; if 2 I will show Win-FF, if 3, I will show WinIE.
Instead of those variable in RED, if I directly put the number like {100,89,95} is tell me the correct result of MATCH, because the MIN function does its work perfectly.
Please suggest!
I have 3 user defined Names - ExecWinchrome, ExecWinFireFox, ExecWinIE.
I need a function that tells me which one of these has minimum value and then find the position. In turn based on the position, I wast to display the Name
I tried the following
=Match(MIN(ExecWinchrome, ExecWinFireFox, ExecWinIE), {ExecWinchrome, ExecWinFireFox, ExecWinIE}, 0)
The Lookup_Array in RED gives error. How do I tell Excel that its an array of the result of the Name variable ?
if the result of MATCH is 1, i will shows Win-chrome; if 2 I will show Win-FF, if 3, I will show WinIE.
Instead of those variable in RED, if I directly put the number like {100,89,95} is tell me the correct result of MATCH, because the MIN function does its work perfectly.
Please suggest!
Last edited: