Excel Problem

K

katrina

I have a mater list that i have created and i have other sheets that follows.
on the other sheets i would like them to automacially updat the information
from the materlist as i go. How can i don that.
 
P

Pete_UK

There are several ways, but you will have to give further details in
order to get an appropriate working solution.

Pete
 
D

dlw

you can reference cells in other sheets by this format:
=sheet2!a1
that is the cell a1 in the sheet named sheet2
 
Top