Return cell address

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Is there a formula or function that will return the cell
address? Example: using cell range B1..B10 in which one
cell will have an input value of 1. If cell B2 has a value
you 1, is there a formula that will look at all cells in
the range and return "B2" indicating that B@ is the cell
w/the value? Thanks.
 
No better that Julie's but this also works: =ADDRESS(MATCH(1,B1:B10,0),2)
 

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

Similar Threads

Excel VBA 1
How to determine the value? 2
Average problem 1
Excel In Excel how can I block the contenent of a cell? 0
Excel Conditional Formatting 1
Summing rows using formulas with variables 1
Conditional Formatting 1
if formula? 2

Back
Top