List of questions
Related questions
Question 58 - TDA-C01 discussion
You have the following dataset.
Which formula calculates the percent difference in sales relative to the same quarter the previous year as shown in the Calculation field?
A.
(SUM ([Sales]) - LOOKUP (SUM ( [Sales]), -4))
B.
(SUM ([Sales]) - LOOKUP (SUM ([Sales]), -4) ) / (LOOKUP (SUM ([Sales]), -4) )
C.
(SUM([Sales]) / (LOOKUP (SUM ([Sales]), -4))
D.
(ZN (SUM ([Sales]) ) - LOOKUP (ZN (SUM ([Sales]) ), -4) )
Your answer:
0 comments
Sorted by
Leave a comment first