List of questions
Related questions
Question 43 - TDA-C01 discussion
You have a dataset that contains sates data. The following is a sample of the data.
You need to return a value of true if a month has sales greater than $50 000. otherwise the formula must return a value of false.
Which two formulas achieve the goal Choose two
A.
SUM{[Sales]) IN (50000)
B.
IIF(SUM< [Sales] )>50000, TRUE, FALSE)
C.
MAX< [Sales], 50000)
D.
[Sales] > 50000
Your answer:
0 comments
Sorted by
Leave a comment first