If Functions Intersection

Joko Purnomo

Board Regular
Joined
Jul 14, 2008
Messages
62
Office Version
  1. 2016
Platform
  1. Windows
How to use if functions that intersection with each other , for example when due days 30 up when due days = > 30 and <= 210" while another part in the same column when due days 90 up means = > 90 and <= 210". 30+ is included all of 90+, meanwhile 90+ is 90 up.

Example:

Due Days : Result :
31 30+
50 30+
72 30+
98 30+ also 90+
105. 30+ also 90+
32. 30+
84 30+

How the formula, when we filter 30 up, all 30 up selected in the colom, and when we filter 90up, only dusle days with 90 day up will selected

Please help me sir! Thanks very much
 
Try this in C2:
Excel Formula:
=IF($B2>210,"Over 210",IF($B2>90,"91-210",IF($B2>30,"31-90",IF($B2>0,"1-30","Current"))))
 
Upvote 1
Solution

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,215,220
Messages
6,123,693
Members
449,117
Latest member
Aaagu

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