R
Robert Hatcher
sorry for the lame subject line but I couldent come up with something
inteligent :O
I need to create a list of failed items from data in a separate sheet
based on the condition of the items as indicated in an adjacent cell.
The Data looks like:
Transducer FAILURE (Yes=1 No=0)
T7-01 1
T7-02 0
(T7-3 through T7-16 are also “0” in this case)
T7-17 1
T6-16 1
B1-05 1
B1-06 1
B6-11 1
(I skipped data here to show the variation in the numbering)
There are actual 1240 Transducers listed in the data with several
adjacent columns of information with the failure column being the only
one of concern at this point. This is someone else’s work so I cannot
change the original data layout. The target sheet is arranged by
quadrants and each quadrant has a list that contains only failed
transducers. It looks like:
T7 1 17
T6 16
T5
T4
T3
T2
T1
B1 5 6
B2
B3
B4
B5
B6 11
B7
B8
B9
B10
Each number populates a cell.
The workforce takes the database and then created this target sheet in
Excel by hand. As you can imagine it takes time and with a lot of
failed transducers, mistakes are sometimes made in the entry. The
target sheet has other information on it which locks the format up a
bit. For now I want to automate this part of the process for them. I
think an array formula on the target sheet is a way to do this.
Because this sheet will reside on a military intranet VBA is out of
the question. Any ideas or alternatives will be appreciated.
Robert
inteligent :O
I need to create a list of failed items from data in a separate sheet
based on the condition of the items as indicated in an adjacent cell.
The Data looks like:
Transducer FAILURE (Yes=1 No=0)
T7-01 1
T7-02 0
(T7-3 through T7-16 are also “0” in this case)
T7-17 1
T6-16 1
B1-05 1
B1-06 1
B6-11 1
(I skipped data here to show the variation in the numbering)
There are actual 1240 Transducers listed in the data with several
adjacent columns of information with the failure column being the only
one of concern at this point. This is someone else’s work so I cannot
change the original data layout. The target sheet is arranged by
quadrants and each quadrant has a list that contains only failed
transducers. It looks like:
T7 1 17
T6 16
T5
T4
T3
T2
T1
B1 5 6
B2
B3
B4
B5
B6 11
B7
B8
B9
B10
Each number populates a cell.
The workforce takes the database and then created this target sheet in
Excel by hand. As you can imagine it takes time and with a lot of
failed transducers, mistakes are sometimes made in the entry. The
target sheet has other information on it which locks the format up a
bit. For now I want to automate this part of the process for them. I
think an array formula on the target sheet is a way to do this.
Because this sheet will reside on a military intranet VBA is out of
the question. Any ideas or alternatives will be appreciated.
Robert