V
Vinod Chandramouli
Folks I have a question. Take a look at the example below.
Column 1 Column 2 Column 3
Active A
B
C
Active A
B
C
Active A
B
Now, I have data similar to the one you see above. My requirement is
this.
till the second active under column 2. For Example, it has to search
A, B , C....If it does not find either A, B or C it should say Yes on
Column 3 (opposite to Active). If it finds that all the characters are
in place, it should say no in front of Active under Column 3.
I know that's little confusing. Here is what my result should look
like.
Column 1 Column 2 Column 3
Active A No
B
C
Active A No
B
C
Active A Yes
B
Is this possible ?? Any suggestions....??
-- Vinod Chandramouli
Column 1 Column 2 Column 3
Active A
B
C
Active A
B
C
Active A
B
Now, I have data similar to the one you see above. My requirement is
this.
till the second active under column 2. For Example, it has to search
A, B , C....If it does not find either A, B or C it should say Yes on
Column 3 (opposite to Active). If it finds that all the characters are
in place, it should say no in front of Active under Column 3.
I know that's little confusing. Here is what my result should look
like.
Column 1 Column 2 Column 3
Active A No
B
C
Active A No
B
C
Active A Yes
B
Is this possible ?? Any suggestions....??
-- Vinod Chandramouli