MULTISELECTCHANGEAGGREGATION

ฟังก์ชันนี้สร้าง xml เลือกหลายรายการโดยอ้างอิง xml เลือกหลายรายการที่มีอยู่แล้วและเปลี่ยนฟังก์ชันการรวม

ไวยากรณ์

=MULTISELECTCHANGEAGGREGATION("XML_multiselect","aggregation")

ตัวอย่าง

เซลล์ C4 มี xml แบบเลือกหลายรายการนี้:
<?xml version="1.0" encoding="utf-16"?>
<MultiSelect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Hierarchy>[product]</Hierarchy>
  <AggregationFunction>Sum</AggregationFunction>
</MultiSelect>

ฟังก์ชันนี้สร้าง xml เดียวกัน แต่มี ใดๆ เป็นฟังก์ชันการรวม:

=MULTISELECTCHANGEAGGREGATION(C4,"Any")

ฟังก์ชันการรวมที่ถูกต้อง ได้แก่ ผลรวม เฉลี่ย รวม ต่ำสุด สูงสุด และใดๆ