ChristineJ
Well-known Member
- Joined
- May 18, 2009
- Messages
- 775
- Office Version
- 365
- Platform
- Windows
My worksheet has values in cells G5, G6, G7, and G8. These values will constantly change. No cell value will ever be the same as another cell value.
I'd like the cell address with the highest value to appear in cell J1, the cell address with the second highest value to appear in cell K1, the cell address with the second lowest value to appear in cell L1, and the cell address with the lowest value to appear in cell M1. Each cell address should appear within a SUM function.
Example: G5=10, G6=4, G7=11, G8 = 6 so J1=SUM(G7), K1=SUM(G5), L1=SUM(G8), M1=SUM(G6)
Can this be done? Thanks
I'd like the cell address with the highest value to appear in cell J1, the cell address with the second highest value to appear in cell K1, the cell address with the second lowest value to appear in cell L1, and the cell address with the lowest value to appear in cell M1. Each cell address should appear within a SUM function.
Example: G5=10, G6=4, G7=11, G8 = 6 so J1=SUM(G7), K1=SUM(G5), L1=SUM(G8), M1=SUM(G6)
Can this be done? Thanks