Google 张,功能不起作用

Google Sheets, the functions does not work

以下功能在我的 Google 工作表 table 中不起作用:

=IF(AND(K5="yes";L5<=10000);L5*R4;IF(AND(K5="yes";L5>10000);L5*S4,"hello"))

请帮帮我,我不明白为什么。

=IF(AND(K5="yes"; L5<=10000); L5*R4;
 IF(AND(K5="yes"; L5>10000);  L5*S4; "hello"))