The column is not wide enough to display all the characters in a cell.b. Extend the width of the column.2. # Div/0! error.a. Excel displays this error when a number is divided either by zero (0) or an empty cell.b. Change the divider to a value that is not equal to 0.3. #Name? error.a. The text in a formula is not recognized by Excel.b. This is caused by misspelling of function names.c. For instance =su(A1:A7) will result in the #Name? error.d. Correct the error by entering =sum(A1:A7).4. #Value! error.a. This error will be displayed if the formula includes cells that contain different data types.b. = B1(85) + B2(75) +B3(data) will result in the #Value! error message.c. Replace B3(data) with a numeric value and the error will be corrected.5. #REF! errora. The error will be displayed when a cell reference is not valid. Deleting cells that were referred by other formulas will cause this error.b. Refer the cells to the correct ranges and the error will be corrected.6. #NUM! error.a. The formula or function contains invalid numeric values.b. Using $ ,% symbols with the number can result in this error.7. #NULL error.a. Excel displays this error when you specify an intersection of two areas that do not intersect (cross).b. The intersection operator is a space character that separates references in a formula.c. =Sum(A1:A2 C3:C5) returns the #NULL error because the two ranges do not intersect.d. =SUM(A1:F1 B1:B10) will return the correct reference.Now I did grab these from a website but I am familiar with all of these problems and fixes (it was just easier to take it from there as it was formatted and explained better than I probably would have explained it). > Great Ideas there Kyle. It wasn’t until someone else posted that I was able to post in there because new message isn’t showing up for me on here Marion. Errors in Excel usually has something to do with the formula or format being incorrect. I have seen some where it’s been extracted in reports that the fields has to be extended to keep from getting #### in the rows or columns. Another is when it says error from trying to type in a wrong format for that formula that’s in place. Generally correcting that format will straighten that issue out. I don’t use it as much as some people, but Excel is nice to have if you know how to create the formulas to go along with it. The “tell me what you want to do” utility in Excel 2016 is awesome > Thanks for sharing Kyle. I was just looking at this same source to use for the assignment. I agree that it is formatted and explains each error, cause, and resolution very well. I myself have had limited experience in using Excel but recognize having seen these error in the past. Just this morning while trying to start on this weeks assignment I ended up with the ##### error and got frustrated because I could not remember what the cause or resolution was in that moment. Therefore, I find doing the assignment on going over each of these errors, causes, and resolutions will be useful for when I come across an error in Excel in the future. > Wow! That is a great list Kyle! I have seen many of those when working with Excel. Another one I have seen is when trying to paste into a spreadsheet and the message says “cannot change part of a merged cell”. Here is a great explanation of why it happens and how to fix it:”Cannot change part of a merged cell. This message appears when you try to: Paste a mismatched range of cells into a merged cell. For example, if you merge eight cells and try to paste a range of six cells onto the merged cell, the alert appears.