View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Vic Vic is offline
external usenet poster
 
Posts: 117
Default Concatenate formula needs a fix

I am applying the following formula to concatenate 2 counters, one from this
sheet and another one from another sheet. This formula is not working. Can
someone please show me how to fix it?
=CONCATENATE(COUNTIF(A10:A500,"USA")," / ",COUNTIF('DFs-Sym'!C90:C1000,"USA"))
I need to see something like this == 38 / 105
I am doing this because I can't split the cell, but I need 2 different
counters for each country.
Thank you.