Thread: IF formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default IF formula

You could subtract those where there is an "R" in column Z, i.e.:

=COUNTIF('Full list'!D:D,3) - COUNTIF('Full list'!Z:Z,"R")

but this assumes that "R" is entered in column Z only against those
who also have a 3 in column D.

Hope this helps.

Pete

On Jun 19, 11:38 am, h20polo
wrote:
Hi,

I have a spreadsheet of all attendees of past events. I now have to add to
it anyone who has registered for an event (but did not show up). I am
differentiating between these in column Z - all those who registered but did
not show up have a "R" marked; attendees are left blank. If my original
formula is: =COUNTIF('Full list'!D:D,3), how do I add to it now to only
COUNTIF if there IS NOT a "R" marked in column Z?

Thanks so much.