Excel

  • Thread starter Thread starter Guest
  • Start date Start date
Worksheet function?

This will return the number of the column (I used row 1):
=MAX(ISNUMBER(1:1)*COLUMN(1:1))

This will return the address of the cell:
=ADDRESS(1,MAX(ISNUMBER(1:1)*COLUMN(1:1)))

For both of these formulas:
instead of just hitting enter, hit ctrl-shift-enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)
 

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