I think I may have found the root cause of my error. Here's what I have and
keep running into:
Column A Column B Column C
405 678 Dallas
563 Houston
798 Fort Worth
I am pulling information from a pivot table and where cell A1 shows 405
above, I need to fill that down with all 405, not 405, 406, 407, etc...
Because my data is not consecutive in Column B it won't just copy 405 when I
fill down. I think that it is being read as text and needs to be converted
to a number, but how can I change that so that I can keep that as the default