I am trying to determine that if a number in column DG is > than the number in column IE, what are the number of O's and/or U's in column JD? O and U are the letters being used in column JD. I tried the following formulas but keep getting an error:
=countifs(dg7:dg2870>ie7:ie2870,jd7:jd2870,"o")
=countifs(dg7:dg2870,">",ie7:ie2870,jd7:jd2870,"o")
=countifs(dg7:dg2870>ie7:ie2870,jd7:jd2870,"o")
=countifs(dg7:dg2870,">",ie7:ie2870,jd7:jd2870,"o")