enter data once to more location

  • Thread starter Thread starter tpbrettin
  • Start date Start date
T

tpbrettin

how can i entry data to one cell and have that data show up in different
cells and worksheets?
example cell b2 is for ending mileage, i want it to show up in c1 also and
so on. Not to complicate things i want this info to show up on a separte
worksheet for customer billing can you help?
 
In C1, put the formula =B2. If these cells are on Sheet1, and you want them
on another page, then type the following into the 'target' cell on that page
-- ='Sheet1'!B2.

HTH
 
Back
Top