There are more than a couple of ways/formulas "to find the cell location of the max value in a column."Originally Posted by rroach
I have a similar situation where I needed to determine what the maximum value was in a column and all I needed was an Excel formula (with conditional formatting). Applying this formula to your situation (Cells E1:E100), you can do this:
1. Highlight E1:E100
2. Go to Format/Conditional Formatting
3. Choose "Formula Is" & "Equal To"
4. Type "=E1=max($E$1:$E$100)" -- without the quotes
5. Click "Format" and then choose a color
6. Click OK
7. Click OK
This is what the conditionally formatted formula will do. The maximum number in Cells E1:E100 will be shown in color (the color of which you chose in Step 5 above) -- which is the cell location you are looking for.
Hope this will help you.
Regards.
Bookmarks