UpdateIf(DataSource,Condition1,ChangeRecord1[,Condition2,ChangeRecord2, ... ] ) DataSource– 必需。 数据源,其中包含要修改的一个或多个记录。 Condition(s)– 必需。 一个公式,对于一个或多个需修改的记录,该公式的求值结果为true。 可以在公式中使用DataSource的列名。
Die gebräuchlichste Syntax für diese Funktion ist If( Condition, ThenResult, DefaultResult ), die das gängige Muster „if … then … else ...“ bereitstellt, das Sie aus anderen Programmiersprachen kennen. Verwenden Sie If, um mehrere unabhängige Bedingungen auszuwerten. In ...
UpdateIf(DataSource,Condition1,ChangeRecord1[,Condition2,ChangeRecord2, ... ] ) DataSource– 必需。 数据源,其中包含要修改的一个或多个记录。 Condition(s)– 必需。 一个公式,对于一个或多个需修改的记录,该公式的求值结果为true。 可以在公式中使用DataSource的列名。
UpdateIf (DataSource,Condition1,ChangeRecord1 [,Condition2,ChangeRecord2,...])DataSource– 必要項目。 包含您要修改之一筆或多筆記錄的資料來源。 Condition(s)– 必要。 對於您要修改的記錄評估為 true 的公式。 您可以在公式中使用 DataSource 的欄位名稱。 ChangeRecord(s) - 必要項目。 針對每個對應...
Use the UpdateIf function to modify one or more values in one or more records that match one or more conditions. The condition can be any formula that results in a true or false and can reference columns of the data source by name. The function evaluates the condition for each record ...