Hello everyone,
As the title says, this formula is missing a parenthesis. I have no clue where. Please help! I'm surprised I got this far with this formula by myself .
=IF(AND(SUM(K4:L4)=SUM(K5:L5);L4>K5);TRUE;IF(SUM(K4:L4)>SUM(K5:L5);TRUE;IF(OR(K4<>"Đ";L4<>"Đ");TRUE;FALSE))
Originally I had the formula like this:
=IF(AND(SUM(K4:L4)=SUM(K5:L5);L4>K5);TRUE;IF(SUM(K4:L4)>SUM(K5:L5);TRUE;FALSE))
And now I'm trying to add that third condition
Thanks
As the title says, this formula is missing a parenthesis. I have no clue where. Please help! I'm surprised I got this far with this formula by myself .
=IF(AND(SUM(K4:L4)=SUM(K5:L5);L4>K5);TRUE;IF(SUM(K4:L4)>SUM(K5:L5);TRUE;IF(OR(K4<>"Đ";L4<>"Đ");TRUE;FALSE))
Originally I had the formula like this:
=IF(AND(SUM(K4:L4)=SUM(K5:L5);L4>K5);TRUE;IF(SUM(K4:L4)>SUM(K5:L5);TRUE;FALSE))
And now I'm trying to add that third condition
Thanks