Why is data automatically copying to all worksheets?

G

gwwillits

I have an excel program to enter payroll information, with individual
employee information on a separate worksheet. When I enter salary
information on one of the worksheets, it copies to the other worksheets. I
know how to make that happen, by clicking on each tab at the bottom, but it's
doing it seemingly without doing that.
 
I

Ian

Is there a formula in the other worksheets to duplicate the sheet you're
editing?

eg =Sheet1!A1
 
Top