General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Making a comparison report in Excel
the data should be like this:
a,b,c and e is the suppliers and the numbers are their quotes (Amount)
a b c e
2 3 1 4
3 1 4 2
4 2 3 1
I wand to pick the nameof the supplier quoted low.
The result should be
a b c e Result
2 3 1 4 c
3 1 4 2 b
4 2 3 1 e
Thanks in advance if some one can help me.