I have a column of numbers with several subtotals. At the bottom of the column I want to use a SUMIF to total the column but ignore the Subtotals and all negative numbers. I attached an example file with the desired result.
Thanks!
I have a column of numbers with several subtotals. At the bottom of the column I want to use a SUMIF to total the column but ignore the Subtotals and all negative numbers. I attached an example file with the desired result.
Thanks!
Try
=SUMIFS(B1:B14,B1:B14,">0",A1:A14,"<>Ttl")
Alternative solution
=SUBTOTAL(9,B1:B14)-SUMIF(B1:B14,"<0")
Appreciate the help? CLICK *
Jonmo1 and AZ-XL. Both of your solutions work. I went with AZ-XLs because the text in column A is unreliable. Thanks to both of you!
You are welcome. Thanx for feedback![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks