Identify the formula that outputs data from the table based on the user inputs in cells C6 and C7. =OFFSET(A1,MATCH(C6,A2:A4),MATCH(C7,B1:D1)) =OFFSET(B1,MATCH(C6,A2:A4,0),MATCH(C7,B1:D1)) =OFFSET(A1,MATCH(C6,A2:A4,0),MATCH(C7,B1:D1)) =OFFSET(A1,MATCH(C7,B1:D1),MATCH(C7,A2:A4,0)) {Ans: The correct answer is: =OFFSET(A1, MATCH(C6,A2:A4,0),MATCH(C7,B1:D1)). =OFFSET(A1,MATCH(C6,A2:A4),MATCH(C7,B1:D1)) does not return the correct value because an exact match is not specified for the MATCH function used for the 'row' argument of the OFFSET function. =OFFSET(B1,MATCH(C6,A2:A4,0),MATCH(C7,B1:D1)) uses an incorrect cell reference for the reference argument of the OFFSET function, which must be in the upper left corner of the table. =OFFSET(A1,MATCH(C7,B1:D1),MATCH(C7,A2:A4,0)) reverses the MATCH functions used for the row and column references in the OFFSET function, returning #N/A.}What is the recommended workbook calculation setting for Excel? Automatic Manual Automatic except for Data Tables Iterate {Ans: The correct answer is "Automatic except for Data Tables". Data tables can significantly slow down Excel and other programs. "Automatic", the default setting, will automatically calculate everything in the workbook, including data tables, which will make the program run more slowly. The Manual setting will require the user to frequently recalculate the workbook in order to display correctly. "Iterate" is not a setting for workbook calculation in Excel; iterative calculation is a toggle for users to set for workbooks that may