PivotIdiot
Board Regular
- Joined
- Jul 8, 2010
- Messages
- 76
- Office Version
- 365
- Platform
- Windows
Hi All,
I'm trying to create dynamic ranges using the offset function. The number of columns in the range needs to be the first 'filled' cell to the next 'filled' cell less one.
Example:
| Low | | | | | | | medium| | | | | | | | | | | |high| | | | | | |
So my dynamic range for Low would be:
=offset(A1,0,0,1, 8-1 )
But how do I count that value of 8, starting at 'Low' across to 'medium'?
I'm sure I've seen this somewhere before but i cant find it.
Any help is much appreciated,
thanks, Dan
I'm trying to create dynamic ranges using the offset function. The number of columns in the range needs to be the first 'filled' cell to the next 'filled' cell less one.
Example:
| Low | | | | | | | medium| | | | | | | | | | | |high| | | | | | |
So my dynamic range for Low would be:
=offset(A1,0,0,1, 8-1 )
But how do I count that value of 8, starting at 'Low' across to 'medium'?
I'm sure I've seen this somewhere before but i cant find it.
Any help is much appreciated,
thanks, Dan
Last edited: