Pasting links

M

mkowski

How do I not see the 0's when I past a link to another workbook and
the column is empty from the original.

Thank you
Mickie
 
N

Naz

Hi there,

Instead of using the Paste Link option you could use a formula. Say for
example you wanted information from Sheet1 to appear in sheet 2

In cell A1 in sheet 2 you could eneter in cell A1,
=if(sheet1!A1="","",Sheet1!a1)

Hope that helps

Naz,
London
 
M

mkowski

Works like a charm! :-]

Mickie

Hi there,

Instead of using the Paste Link option you could use a formula. Say for
example you wanted information from Sheet1 to appear in sheet 2

In cell A1 in sheet 2 you could eneter in cell A1,
=if(sheet1!A1="","",Sheet1!a1)

Hope that helps

Naz,
London
 
Top