View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jon Jon is offline
external usenet poster
 
Posts: 183
Default Create sorted list based on cell values

Seems like both you Bernd and Jim would benefit from an example. Here it is.
As you can see, the problem is getting the proper order in the results sheet
based on these total values (calculated based on the three attributes):

Thanks Again!

Data Worksheet
Attribute1 Attribute2 Attribute3 Total
Item #1 65 Blue 33% 62
Item #2 12 Yellow 62% 91
Item #3 101 Green 15% 174
Item #4 8 Blue 82% 79

Results Worksheet
1 Item #3
2 Item #2
3 Item #4
4 Item #1


"Bernd P" wrote:

Hello Jim,

Can you give some sample input data and how your output should look
like?

Regards,
Bernd