lazylilsnoop
New Member
- Joined
- Feb 29, 2012
- Messages
- 34
Hi guys, i need help on the excel sheet.
I'm trying to display all the cloumn that replies "Y".
first step is i count total of inquiry =counta(O5:O130) [return value 110],
then for every inquiry that was responded i marked "Y".
so i use =countif(O5:O130,"Y"), it return me 52
now the question is how do i display all the 52 details only? i do not want to view the unresponded inquiry.
thanks guys
example, shrink down by 10x
<tbody>
</tbody>
I'm trying to display all the cloumn that replies "Y".
first step is i count total of inquiry =counta(O5:O130) [return value 110],
then for every inquiry that was responded i marked "Y".
so i use =countif(O5:O130,"Y"), it return me 52
now the question is how do i display all the 52 details only? i do not want to view the unresponded inquiry.
thanks guys
example, shrink down by 10x
date | End User | Description | Quote | Responded |
1/1/14 | Mr X | Y | ||
1/1/14 | Mr Y | |||
1/1/14 | Mr X | |||
1/1/14 | Mr V | Y | ||
1/1/14 | Mr K | |||
2/1/14 | Mr K | Y | ||
3/1/14 | Mr Y | Y |
<tbody>
</tbody>