caffeine_demon
Board Regular
- Joined
- Apr 19, 2007
- Messages
- 64
Hi,
Suppose I have 1 sheet with data on:
col1 col2
a b
b C
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
and another sheet which refers to sheet1
(eg a1 = sheet1!a1, a2= sheet1!a2 b1 = sheet1!b1 and so on..)
if I delete a row from sheet 1, then sheet 2 displays #ref in that row
eg:
g h
#REF! #REF!
i j
I want it to show a reflection of sheet 1 - ie
g h
i j
j k
is there a way to do this?
Suppose I have 1 sheet with data on:
col1 col2
a b
b C
c d
d e
e f
f g
g h
h i
i j
j k
k l
l m
m n
and another sheet which refers to sheet1
(eg a1 = sheet1!a1, a2= sheet1!a2 b1 = sheet1!b1 and so on..)
if I delete a row from sheet 1, then sheet 2 displays #ref in that row
eg:
g h
#REF! #REF!
i j
I want it to show a reflection of sheet 1 - ie
g h
i j
j k
is there a way to do this?