Photo AI
Question 4
QUESTION 4: SPREADSHEET NOTE: - Use formulae and/or functions for ALL calculations in the spreadsheet. - Use absolute cell references ONLY where necessary to ensur... show full transcript
Step 1
Step 2
Step 3
Answer
In cell H4, use the following formula to calculate the percentage of non-French artists:
=(COUNTIF(H8:H57,"<French")/COUNTA(H8:H57))*100
This counts the number of non-French artists (not marked 'French') and divides it by the total number of artists before multiplying by 100.
Step 4
Answer
In cell J8, use the VLOOKUP function to find the preferred art form based on the first letter of the art form code in column I:
=VLOOKUP(LEFT(I8,1),Code_Kode!A:B,2,FALSE)
This retrieves the preferred art form corresponding to the art form code.
Step 5
Answer
In cell N8, insert the following function to indicate if an artist is in the top three:
=IF(L8=LARGE(L$8:L$57,1),"Top3",IF(L8=LARGE(L$8:L$57,2),"Top3",IF(L8=LARGE(L$8:L$57,3),"Top3","")))
This function checks the votes in column L against the first three largest values in that range and outputs 'Top3' if matched, or leaves it empty.
Report Improved Results
Recommend to friends
Students Supported
Questions answered