Hi MrExcel and others,
I have some about 90 rows of data with 7 columns. The raw data is found in the first column and then the other columns contain formulas based on the first column of raw data. So column A contains a bunch of numbers and column b: B1=A1+1, B2=A2+1 etc...
I'm trying to be able to delete data from the first column and shift the cells up, but the columns next to it don't seem to adapt and give me a REF error.
So specifically, cell A1=5 and A2=6. Cell B1=A1+1, and when I delete cell A1 and shift the cells up, A1 becomes A2=6 and B1 should be equal to the new A1+1 so it should be 6+1=7, but I get B1=#REF!+1 instead.
Is there a way around this?...I feel like it is potentially obvious.
Thanks!
Brandon
I have some about 90 rows of data with 7 columns. The raw data is found in the first column and then the other columns contain formulas based on the first column of raw data. So column A contains a bunch of numbers and column b: B1=A1+1, B2=A2+1 etc...
I'm trying to be able to delete data from the first column and shift the cells up, but the columns next to it don't seem to adapt and give me a REF error.
So specifically, cell A1=5 and A2=6. Cell B1=A1+1, and when I delete cell A1 and shift the cells up, A1 becomes A2=6 and B1 should be equal to the new A1+1 so it should be 6+1=7, but I get B1=#REF!+1 instead.
Is there a way around this?...I feel like it is potentially obvious.
Thanks!
Brandon