A user has an Excel table named 'SalesData' with columns 'Region', 'Product', and 'Revenue'. Which of the following formulas correctly calculates the total revenue for the 'East' region using a structured reference?
-
A
A) =SUMIF(SalesData[Region],"East",SalesData[Revenue])
-
B
B) =TOTAL(SalesData[Revenue] WHERE SalesData[Region]="East")
-
C
C) =SUM(SalesData[Revenue]) IF [Region]="East"
-
D
D) =CALCULATE(SUM(Revenue), Region="East")