Change And With Or in Complicated Function Maybe

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all..

i have following problem to modify this formula:
Code:
=IF(AND(E2=0;MAX(IFERROR(AB2/P2;0);IFERROR(AC2/Q2;0);IFERROR(AD2/R2;0);IFERROR(AE2/T2;0))<=1500000);HLOOKUP(N2;Depresiasi_ok!$B$7:$F$109;AG2+3;FALSE)/100;IF(AND(E2=0;MAX(IFERROR(AB2/P2;0);IFERROR(AC2/Q2;0);IFERROR(AD2/R2;0);IFERROR(AE2/T2;0))>1500000);HLOOKUP(N2;Depresiasi_ok!$G$7:$K$109;AG2+3;FALSE)/100;HLOOKUP(N2;INDIRECT(VLOOKUP(M2&IF(V2<=VLOOKUP(M2;Depresiasi_ok!$BE$4:$BF$25;2;FALSE);"<=";">")&VLOOKUP(M2;Depresiasi_ok!$BE$4:$BF$25;2;FALSE);Depresiasi_ok!$BG$4:$BH$25;2;FALSE));AG2+3;FALSE)/100))

my target is, how to change cell IF(AND(E2=0 with IF(OR(E2=0.......
i mean if in cell E2 contains data (given) the formula is work correctly but otherwise if in cell E2 is blank formula not working..

i hope someone would help me out.

sst.
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,215,429
Messages
6,124,841
Members
449,193
Latest member
MikeVol

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