Hello!
I want to denote a dynamic cell range in Excel based on the particular cell that is populated. For example, let's say we have this sheet:
I want a dynamic named range to be populated cells around B3, so the range should be B2:D4 and the cells in column F should be omitted because they do not belong in the populated cells around C3. Hope you get what I mean?
I want then to load this named range into Power Query or Python no matter how wide/long it will be as we edit the Excel file.
Moreover, I would like to specify B3 by its value, i.e. the cell in the worksheet that has the value 2.
Any idea?
Thanks! PS: No VBA or volatile formulas please!
I want to denote a dynamic cell range in Excel based on the particular cell that is populated. For example, let's say we have this sheet:
1 | 4 | 7 | 4 | |||
2 | 5 | 8 | 5 | |||
3 | 6 | 9 | 6 | |||
I want a dynamic named range to be populated cells around B3, so the range should be B2:D4 and the cells in column F should be omitted because they do not belong in the populated cells around C3. Hope you get what I mean?
I want then to load this named range into Power Query or Python no matter how wide/long it will be as we edit the Excel file.
Moreover, I would like to specify B3 by its value, i.e. the cell in the worksheet that has the value 2.
Any idea?
Thanks! PS: No VBA or volatile formulas please!