Feild Searcher

B

bthapa

I have an excel in which field AA have names CC have remarks of "Accepted" or
"Rejected".

For the workbook i have another worksheet where i have SS for the name and
TT for the No of Rejected.

My problem is how do i can call count of rejection from Cc to TT against the
name help me with the formula.
 
M

macropod

Hi bthapa,

Where the:
1. AA (names) are in A1:A1000 of Sheet 1;
2. CC (Admitted/Rejected) are in B1:B1000 of Sheet 1
3. The name you want to test against is in A1 of the current sheet,
you can use a formula like:
=SUMPRODUCT((Sheet1!A1:A1000=A1)*(Sheet1!B1:B1000="Rejected"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top