richardlit
New Member
- Joined
- Dec 31, 2009
- Messages
- 6
Hi
I need to find the minimum value in row 2 for each account in row 1, for example
row 1 row 2
111 50
222 20
333 80
444 40
111 40
222 50
Results would show 111 with a minimum value of 40, 222 with a minimum value of 20 etc etc
I would prefer a formula that does not use an array or VBA.
your help is greatly appreciated!
Thanks
Richard
I need to find the minimum value in row 2 for each account in row 1, for example
row 1 row 2
111 50
222 20
333 80
444 40
111 40
222 50
Results would show 111 with a minimum value of 40, 222 with a minimum value of 20 etc etc
I would prefer a formula that does not use an array or VBA.
your help is greatly appreciated!
Thanks
Richard