In a formula how can I reference the outline level of a row?

G

Guest

I would like to create a column that automatically calculates an outline
number of a row in a spreadsheet based on its level of indenture when rows
are grouped and ungrouped in Outline mode.
 
G

Guest

Select A1. Create a named variable, like "level" -- Insert/Name/Define, type
Level. In the Refers to, use =GET.CELL(28,A1)
In the worksheet, enter =level and it will return the row level. For column,
use GET.CELL(29,A1)
 

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

Top