Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks in advance to any and all help!!
My problem starts like this, I have data in Sheet2 that looks like: A B --------------------- Blue 5 Orange 12 Red 6 Blue 15 Blue 22 Red 5 What I need is a formula that can look at this and sort the top two colors of column A based on the highest total sum of the numbers associated with those numbers in column B, and then give me the total number of the sum. So the output would need to look something like this on sheet 1 for example: A B --------------- Blue 42 Orange 12 I apologize for my ignorance. -glen |