P
papa jonah
I have a table that looks something like:
Group variety
1 taco
1 burrito
1 tamale
2 lettuce
2 tomato
3 cherry
4 milk
4 soda
The table is sorted by group.
I am looking for a way to set a range dependent on the value in the
group column.
For example, I want to make set a range that includes the currentregion
for all of the group 1's. In the example it would include the three
rows that have 1 under group.
This will be followed on by creating another range for the 2's, then
the 3's and so on.
How can I do this?
TIA
Group variety
1 taco
1 burrito
1 tamale
2 lettuce
2 tomato
3 cherry
4 milk
4 soda
The table is sorted by group.
I am looking for a way to set a range dependent on the value in the
group column.
For example, I want to make set a range that includes the currentregion
for all of the group 1's. In the example it would include the three
rows that have 1 under group.
This will be followed on by creating another range for the 2's, then
the 3's and so on.
How can I do this?
TIA