Match the error message with the formula that created the error message.
The column is not wide enough to display the number; for example, you wish to display 1,234,567,890,123
Your formula divides by zero; for example, cell A4 contains the value zero, and your formula is =(8)/() A4
Excel does not recognize something you have typed; for example, you type =AVG(A2:A6) instead of = AVERAGE(A2:A6)
You type a formula that requires numbers, but your cells contain text values; for example: A6 contains the words "2 grams" and your formula is =A6+5
You have made an invalid reference; for example, you type =(A7)(B8) and you are missing the multiplication sign =(A7)*(B8)