Harry Covair
Member
Hi the forum,
In an Excel table showing the turnover by sellers (in column) and products (in line), I would like to display in red the seller with the largest total turnover without creating an additional column. Here is an example
[pre]
[/pre]
Do some people can help me to solve this problem with a conditional formatting rule? (Salesman 4 must appear in red)
Thanks in advance
Harry
In an Excel table showing the turnover by sellers (in column) and products (in line), I would like to display in red the seller with the largest total turnover without creating an additional column. Here is an example
[pre]
Code:
Product 1 Product 2 Product 3 Product 4
Salesman1 228 60 408 81
Salesman2 0 525 0 0
Salesman3 2282 323 105 0
Salesman4 0 580 1425 1170
Salesman5 0 1546 1073 0
Do some people can help me to solve this problem with a conditional formatting rule? (Salesman 4 must appear in red)
Thanks in advance
Harry