Hi,
=SUMIFS(AF10:AF2000,U10:U2000,U1,AP10:AP2000,U5)
I need for this formula to count only positive numbers - AF10:AF10 being the column with numbers in of course.
and also separately negative numbers
Any help much appreciated
thanks
Jon
Hi,
=SUMIFS(AF10:AF2000,U10:U2000,U1,AP10:AP2000,U5)
I need for this formula to count only positive numbers - AF10:AF10 being the column with numbers in of course.
and also separately negative numbers
Any help much appreciated
thanks
Jon
What do you want to do, SUM or COUNT?
Regards,
--------------------------------------------------------------------------------------------------------
Shrivallabha
--------------------------------------------------------------------------------------------------------
Using Excel 2016 in Home / 2010 in Office
--------------------------------------------------------------------------------------------------------
Try
=SUMIFS(AF10:AF2000,U10:U2000,U1,AP10:AP2000,U5,AF10:AF2000,">0")
and
=SUMIFS(AF10:AF2000,U10:U2000,U1,AP10:AP2000,U5,AF10:AF2000,"<0")
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber