A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The text in the columns do not have any numbers, so unfortunately it didn't work. However, I figured out the problem. When I reference Table1 from the Input Sheet, it only gets the data based on the position. In other words, my Calculations Sheet referenced Table1 from A1 - A20. When I use another table below (with cells A21 - A40) it didn't pick up those values. It only picked up the values from the Input sheet with A1 - A20 because the positions in both worksheets must match.
Hopefully this helps somebody out. In my case, I just needed a way to reference a table dynamically in another worksheet. After spending the entire weekend trying to solve this issue, I am thinking it would be best to use individual cell references.