Formatting Linked Cells

M

MT

I have a project to do. I have to create an input worksheet that is the originator of other worksheets that are linked to the input worksheet. Is there a way to have the linked cells shown as a blank cell if the data (especially text data) is not enter in the input worksheet yet.

MT
 
A

Arvi Laanemets

Hi

=IF(YourLink="","",YourLink)

--
Arvi Laanemets
(Don't use my reply address - it's spam-trap)


MT said:
I have a project to do. I have to create an input worksheet that is the
originator of other worksheets that are linked to the input worksheet. Is
there a way to have the linked cells shown as a blank cell if the data
(especially text data) is not enter in the input worksheet yet.
 
Top