Question: Question 6 - Assuming all fields ( columns ) are named with the values in the first row, which formula would you use to find

Question 6- Assuming all fields (columns) are named with the values in the first row, which formula
would you use to find the median SALE PRICE of properties in SOUNDVIEW?
a)=MEDIAN(XLOOKUP("SOUNDVIEW",NEIGHBORHOOD, SALE_PRICE))
b)=MEDIAN(IF(NEIGHBORHOOD="SOUNDVIEW", K2:K31))
c)=MEDIAN(FIND("SOUNDVIEW",NEIGHBORHOOD, SALE_PRICE))
d)=MEDIAN(SALE_PRICE, IF(NEIGHBORHOOD="SOUNDVIEW"))
e) None of the above formulas would return the correct answer
Question 7- Which formula would you use to find how many properties have commercial units?
a) G2:G31)
b)=COUNTA(G2:G31,">0")
c)=NOT(COUNTBLANK(G2:G31))
d)= COUNTIF(G2:G31,">0")
e) None of the above formulas would return the correct answer
Question 8- Which formula would you use to label the month for property No 1 as a three-letter symbol (i.e.
JAN) text format?
a) MONTH(L2),"MMM")
b) MONTH(L2))
c)=TExT(MONTH(L2))
d)=CONVERT(MONTH(L2),"MMM")
e)=DATE(=TEXT(MONTH(L2),"MMM"))
Question 9- Assuming all fields (columns) are named with the values in the first row, which formula
would return TRUE if the SALE PRICE is above average?
a)=IF(K2{:>AVERAGE(SALEDATE),TRUE)$2,341,975.002016-10-280:00=IF(K2>AVERAGE(SALEDATE),,TRUE)
c
Question 6 - Assuming all fields ( columns ) are

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!