J
John Smith
For excel experts, a table speaks a thousand words, so here you go:
A B C D
1 X Row1 Row1 LOOKUP(1)
2 X Row2 Row2 LOOKUP(2)
3 Y Row3 Row3 LOOKUP(3)
4 X Row4 Row4 LOOKUP(4)
5 0 Row8 LOOKUP(8)
6 0 Row9 LOOKUP(9)
7 0
8 Y Row8
9 X Row9
My problem: Column B above is easy to create, but I want to be able to
create it like column C above, so that my spreadsheet is clean in the
end (there are a number of lookups afterwards - example of column D).
Now in words:
I want to create a list of all the rows in column A that aren't zeros
(or blanks, doesn't matter). The list will then be displayed in a new
column, which will use those references to create a number of
subsequent lookups.
I know that there are a number of ways to solve this after creating
column B, such as filtering non-blanks afterwards, but that doesn't
solve my problem as the list itself is dynamic and I would have to
filter all and then non-blanks again to see the real new list.
Any ideas?
Thanks!
P.S.: Everything here is dynamic, including the spacing between the
blank and non-blank rows.
A B C D
1 X Row1 Row1 LOOKUP(1)
2 X Row2 Row2 LOOKUP(2)
3 Y Row3 Row3 LOOKUP(3)
4 X Row4 Row4 LOOKUP(4)
5 0 Row8 LOOKUP(8)
6 0 Row9 LOOKUP(9)
7 0
8 Y Row8
9 X Row9
My problem: Column B above is easy to create, but I want to be able to
create it like column C above, so that my spreadsheet is clean in the
end (there are a number of lookups afterwards - example of column D).
Now in words:
I want to create a list of all the rows in column A that aren't zeros
(or blanks, doesn't matter). The list will then be displayed in a new
column, which will use those references to create a number of
subsequent lookups.
I know that there are a number of ways to solve this after creating
column B, such as filtering non-blanks afterwards, but that doesn't
solve my problem as the list itself is dynamic and I would have to
filter all and then non-blanks again to see the real new list.
Any ideas?
Thanks!
P.S.: Everything here is dynamic, including the spacing between the
blank and non-blank rows.