Identifying Last Column With Text

  • Thread starter Thread starter stan
  • Start date Start date
S

stan

Hello,

How can I come up with a formula to have excel recognize the last column
with text? I want to find the last column of text and do a sum if using
offsets based off the last column.

Thanks,
Stan
 
=MAX(IF(ISTEXT(A1:Z100),COLUMN(A1:Z100),0))
Enter this using Ctrl+Shift+Enter. This will return numerical value of last
column with text within the range. (A=1, B=2, etc)

You could of course insert this bit of the formula into your offset formula
somehow to get your final desired results.
 

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