How to sum a column but exclude percentages that are in the same column

jennlynn

New Member
Joined
Apr 18, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
How can I SUM a column when there are dollar amounts and percentages in the same column. I want to sum the amount but exclude the cells that are percentages?
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Are there any dollar amounts less than $1.01 and any percentages greater than 100?
 
Upvote 0
Welcome to the Board!

Are all the percentages between 0% and 100%, and all the dollar amounts greater than 1?
If so, then you should be able to use a SUMIF (or SUMIFS) formula to only include values above/below a certain value (1).

Or, is there any other associated column that can be used to helped distinguish the two (once again, we can use SUMIF or SUMIFS functions).

Perhaps it would be helpful to show us some sample data.
 
Upvote 0

Forum statistics

Threads
1,215,318
Messages
6,124,235
Members
449,149
Latest member
mwdbActuary

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