Ask Question
2 July, 03:18

In cell h15 enter a vlookup function to determine the 2018 percentage of total attendance for the city listed in cell h14. Use the range a5:h11 as the table

array

+4
Answers (1)
  1. 2 July, 07:12
    0
    =vlookup (h14, a5:h11,8, false)

    Explanation:

    Here, h15 is the cell in which we need the output and the value to be matched in rows to find the exact row is h14, and the range is expressed as a5:h11. Now to find the column number, we need to figure out the first and the concerned column. So, the concerned column is in which the total attendance is being listed and it is h (h14), and the first column is a. So, the column number is a=1 h=8, = 8. And since we need the exact match, the value of the fourth argument is false. And thus, we have the above formula. Remember. vlookup formula is:

    =vlookup (cell where the result is to be placed, range, column number in the same row as h14, exact match or approximate match). For exact match it's false, and for the approximate match, it's true.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In cell h15 enter a vlookup function to determine the 2018 percentage of total attendance for the city listed in cell h14. Use the range ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers