Test for outline level of cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an expression that will return the cell's outline level that can be
used for an array criteria, such as in =SUMIF() or =SUMPRODUCT() ?
 
AFAIK, not without using a macro.
_________________________________________________________________________
 
Thank you.

Is there a macro or VBA function that could interoperate with the SUMIF() or
SUMPRODUCT() worksheet functions, or would I have to replace them with my own
code that reads the outlinelevel property?

Should I post the question in the Excel programming forum?
 
You would have to write a custom function to return the outline level and
then you could use it like any ordinary Excel function.
_________________________________________________________________________
 

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