R
Ray
Hello -
Let's say I have 2 sheets ... sheet1 has 5 stores (A2:A11), with a
number (0-5) in B2:B11. The value of B2:B11 is based on a formula and
is (of course) dynamic. On sheet2, I'd like a list of ONLY those
stores with a value greater than 0 and the value assigned to that
store. So, an example:
Store 1 = 0
Store 2 = 3
Store 3 = 1
Store 4 = 0
Store 5 = 5
Result on sheet2 would be:
Store 2 3
Store 3 1
Store 5 5
How would I do something like this? I'm comfortable with VBA, so
that's an option...
TIA,
Ray
Let's say I have 2 sheets ... sheet1 has 5 stores (A2:A11), with a
number (0-5) in B2:B11. The value of B2:B11 is based on a formula and
is (of course) dynamic. On sheet2, I'd like a list of ONLY those
stores with a value greater than 0 and the value assigned to that
store. So, an example:
Store 1 = 0
Store 2 = 3
Store 3 = 1
Store 4 = 0
Store 5 = 5
Result on sheet2 would be:
Store 2 3
Store 3 1
Store 5 5
How would I do something like this? I'm comfortable with VBA, so
that's an option...
TIA,
Ray