Jump to content

How can I calculate Rows with the specific value from a dataset. I have data like the table below. I want to find how many 'A' are there with jon in diffrent column. I tried 'Count' with if statment, didn't work.


Tushar Patel

Recommended Posts

Column 1

Column2

Column 3

 

 

X1

Jon

A

 

 

X2

Jon

A

 

 

X3

ket

A

 

 

X4

Jon

B

 

 

X5

ket

A

 

 

X6

jon

B

 

 

X7

ket

A

 

 

X8

Mar

A

 

 

X9

Gir

A

 

 

 

I have data like the table below. I want to find how many 'A' are there with jon in diffrent column. I tried 'Count' with if statment, didn't work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...