Can I simplify IFS formula with a lookup function?

mgiglio3

New Member
Joined
Jan 10, 2019
Messages
4
Hi,

I am wondering if there is a way to simplify this formula (below). This formula basically spits out the difference in rent within a given time period (months). I would like to simplify it so if i need to add more month ranges I dont have to keep going into the formula and adding the criteria from that row. Is there a way to use a lookup function to do this? Maybe you look up the month in row 73 in the table in columns C & D? If i am not explaining it well just comment. The below formula is for the "Rent Escalations (Custom)" row. If you need clarification or better data please let me know.

Excel Formula:
=+IF(F73="","",IF($E$14="Custom",IFS(F73=0,0,AND(F73>=$C$16,F73<=$D$16),$F$16-$E$13,AND(F73>=$C$17,F73<=$D$17),$F$17-$E$13,AND(F73>=$C$18,F73<=$D$18),$F$18-$E$13,AND(F73>=$C$19,F73<=$D$19),$F$19-$E$13,AND(F73>=$C$20,F73<=$D$20),$F$20-$E$13,AND(F73>=$C$21,F73<=$D$21),$F$21-$E$13,AND(F73>=$C$22,F73<=$D$22),$F$22-$E$13,AND(F73>=$C$23,F73<=$D$23),$F$23-$E$13,AND(F73>=$C$24,F73<=$D$24),$F$24-$E$13,AND(F73>=$C$25,F73<=$D$25),$F$25-$E$13),""))
 

Attachments

  • Capture.PNG
    Capture.PNG
    21.9 KB · Views: 6

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,214,829
Messages
6,121,826
Members
449,051
Latest member
excelquestion515

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