View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nigel Sunley Nigel Sunley is offline
external usenet poster
 
Posts: 2
Default Display contents of adjacent cells

I am using the MIN formula to display the lowest value in a range of cells.
What formula can I use to display the contents of the cell adjacent to
whichever cell is selected as the lowest value e.g.:

A 1
B 2
C 3
D 4
E 3
F 2
G 1

Using MIN will show "4" but how can I also display the contents of the cell
to the left of the minimum value (in this case "D")

--
Nigel Sunley