Need a formula - filter so 2 columns totalling more than or close to another column only show

bbwq

New Member
Joined
Jun 19, 2020
Messages
2
Office Version
  1. 2010
Platform
  1. Windows
Column I in my excel file shows unpaid invoices. Column K shows uninvoiced items. Column P shows the customer's balance on account . Most of the time, P should be greater than I+K. However we want to be able to easily spot the customer files that are close to or have exceeded the customer's balance on account. The third party program we use to generate the excel table does not give us the opportunity to filter before downloading, so I need to come up with a way to get Excel to only display lines where I+K is greater than OR equal to OR (a percentage) close to being equal to P. Any ideas?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
You can create a help column with a formula like =I2+K2>=P2 and fill it down the column, then, filter on this column.
 
Upvote 0

You can create a help column with a formula like =I2+K2>=P2 and fill it down the column, then, filter on this column.

Thanks so much! Unfortunately they changed the layout of the report over the weekend and made it 'prettier' and also impossible to apply filters to in any way that turns out readable. ? But I still appreciation your answer, particularly as I know that's an idea I'm going to be able to use for future needs!
 
Upvote 0
Perhaps you can hide the help column.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,425
Members
448,961
Latest member
nzskater

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