Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Excel question

Hi,

I need a single nr in H1 of the total amount of 'a' (Correct marks) in the two columns, as I add a's, the nr must increase.

Can someone please help me with the formula?

Please see attached

Thanks

Janes Krige

3 Replies
Not applicable
Author

I'm not sure if this is what you want but here it is.

Edit: I've changed the excel file.

Not applicable
Author

Anil,

I think you attached the same sheet I sent you, I still see only the question mark.

Regards

marcus_malinow
Partner - Specialist III
Partner - Specialist III

Janes,

how about using

=COUNTIF(B2:B12,"a") + COUNTIF(E2:E12,"a")

Marcus