returning absolute cell refs

  • Thread starter Thread starter karl41
  • Start date Start date
K

karl41

I was looking through a column of data and wanted a formula which woul
return the cell reference, i tried CELL("row",min(A:A)) but thi
yeilded an error, help greatly appreciate
 
Enter the below formula in say B1:

=ADDRESS(MATCH((MIN(A:A)),A:A,0),1) ' the last 1 indicates Column 1 (A)

It will produce the address of the Smallest
Number you have in Column A

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top