I have this formula that works fine, but now I'd like to add a condition. Unfortunately my suggestion doesn't work. Basically, a value should only be shown as long as there is no value in either cell R or S, so I'm assuming the formula below should be connected to an OR statement at the end, as all the other conditions below should continue to apply if cell R or S are empty:
=IF(AND($G1="HSR";$H1="RFS";SUBSTITUTE(LEFT(E1;SEARCH(" ";E1)-1);".";",")*1>=20;SUBSTITUTE(LEFT(E1;SEARCH(" ";E1)-1);".";",")*1<=30);IF($I1="Complex";WORKDAY($K1;30;holidays);IF($I1="Medium";WORKDAY($K1;18;holidays);WORKDAY($K1;8;holidays)));"")
Bookmarks