Hi folks,
I'm using Excel 2002 and I'm trying to create a flexible formula to do the following:
I have 2 columns of data, one with a description and the other with a record count.
The count is a dynamic value based on a formula against a lot of data.
What I want to do is recreate another list of decriptions based on only those rows that contain a count > 0
SAMPLE DATA:
Desc Count
A 150
B 27
C 245
D 0
E 224
F 24
G 0
H 9
I 13
J 0
K 57
DESIRED RESULT:
desc
A
B
C
E
F
H
I
K
If another record count drops to zero it should be automatically picked up by the formula and removed from the list. The result is going to be used as a named range for a drop-down list, which will subsequently filter the records.
I could probably do this in vba but for the number of records that I'm going through it would be preferable to have a neat solution that automatically works from a formula. I've been looking at Index, address, vlookup, offset, etc... but I'm yet to come up with a nice combination. It can't be hard, but I'm starting to lose faith in my own ability to come up with the answer.
Any help much appreciated.
Regards,
James
Bookmarks