IF

N

Nathalie

I am guessing that it's an IF

Column H: Sums the total of client
Column A: keeping track of clients that are "no shows"


How can I sum the number of clients in column H but minus the number of
clients that are a no show in column A.

Thanks for the help!!!!
 
P

Pete_UK

Possibly this:

=SUMIF(A:A,"<>"&"no show",H:H)

although I'm not sure if you do want a SUM rather than a COUNT.

Hope this helps.

Pete
 
R

Roger Govier

Hi Nathalie

you haven't given us much to go on here.
Maybe
=SUMPRODUCT((--($A$2:$A$1000<>"No Show"),$H$":$H$1000)

Change the ranges to suit.
 

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