So, I know how to sort horizontally (easy enough) but this goes beyond that. I've tried formulas but they're getting out of hand... I need a macro.
Here's what I have:
Column H Column I Column J Column K Column L
Item 1 Item 2 Item 3 Item 4 Item 5
26 52 37 65 10
45 9 6 5 89
I need to sort each row, greatest to least and add the "Item ?" to the cell. Here's how it would look once done (assuming the macro will not override the current data, but use further columns):
Column M Column N Column O Column P Column Q
Item 4 65 Item 2 52 Item 3 37 Item 1 26 Item 5 10
Item 5 89 Item 1 45 Item 2 9 Item 3 6 Item 4 5
Row 1 would be blank in the new columns as it contains the header row.
Any ideas? Thanks all
Here's what I have:
Column H Column I Column J Column K Column L
Item 1 Item 2 Item 3 Item 4 Item 5
26 52 37 65 10
45 9 6 5 89
I need to sort each row, greatest to least and add the "Item ?" to the cell. Here's how it would look once done (assuming the macro will not override the current data, but use further columns):
Column M Column N Column O Column P Column Q
Item 4 65 Item 2 52 Item 3 37 Item 1 26 Item 5 10
Item 5 89 Item 1 45 Item 2 9 Item 3 6 Item 4 5
Row 1 would be blank in the new columns as it contains the header row.
Any ideas? Thanks all