View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
notso notso is offline
external usenet poster
 
Posts: 24
Default Lookup letters and display highest values in a pivot table

EMPNAME Type c1 c2 c3
Name SE Y Y N
Name r4 O Y O
Name r3 Y Y O
Name2 SW Dev N N Y
Name2 SE Y Y N
Name3 r3 Y Y O

Pivot table result should be

Data
EMPNAME Max of c1 Max of c2 Max of c3
Name Y Y N
Name2 Y Y Y
Name3 Y Y O


Where Y = 3, N = 2, O=1