jb
Member
Hi all experts,
I have a data file with 1140 rows and 5 columns namely sr. no, T (means type), S (means gender), A (means area) and score.
T column has only 2 possible values - G or P
S column has only 2 possible values - M or F
A column has only 2 possible values - U or R
Now, I want to extract data based on some fixed criteria and I want to fill the data on a different worksheet. My fixed criteria are:
1. All rows having value M or F in S column
2. All rows with value F in S column and G or P in T column
3. All rows with value U in A column and G or P in T column .......
Note: It is sure that criteria include selection from 1 or 2 columns. There is no such criteria in which selection will be from all 3 columns.
for e.g all rows with M in S column, G from T column and U from A column.
I have a data file with 1140 rows and 5 columns namely sr. no, T (means type), S (means gender), A (means area) and score.
T column has only 2 possible values - G or P
S column has only 2 possible values - M or F
A column has only 2 possible values - U or R
Now, I want to extract data based on some fixed criteria and I want to fill the data on a different worksheet. My fixed criteria are:
1. All rows having value M or F in S column
2. All rows with value F in S column and G or P in T column
3. All rows with value U in A column and G or P in T column .......
Note: It is sure that criteria include selection from 1 or 2 columns. There is no such criteria in which selection will be from all 3 columns.
for e.g all rows with M in S column, G from T column and U from A column.