Countif with subtotal function

uswyne

Board Regular
Joined
Jul 27, 2017
Messages
78
Office Version
  1. 2019
  2. 2016
  3. 2013
  4. 2010
Platform
  1. Windows
HI,

How to calculate only figure in column not figure with percentage.

Required Answer
10001000
20002000
10001000
100%100%
20002000
100%100%
6002 =SUBTOTAL(9,A2:a7)6000

<tbody>
</tbody>
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
A quick way is to find/replace (ctrl-h) the % symbols with a text symbol like ‰, ℅, or a 0 subscript and superscript separated by a /
 
Upvote 0
If none of numbers to be sub-totaled is 1 or less, and none of the % figures is greater than 100%, then :

=SUBTOTAL(9,A2:A7)-SUMIF(A2:A7,"<=1",A2:A7)
 
Last edited:
Upvote 0
Thanks you

If none of numbers to be sub-totaled is 1 or less, and none of the % figures is greater than 100%, then :

=SUBTOTAL(9,A2:A7)-SUMIF(A2:A7,"<=1",A2:A7)
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,576
Members
449,174
Latest member
chandan4057

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top