how to repeat text on sheets in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For my groups vacation schedule, I would like to the names to remain on
sheet A then the months of the year start on sheet B but display the
names from sheet A.
I thought I saw this done somewhere but cannot locate it.
Any other methods of planning vacation time for employees would be
appreciated.
 
To reference a cell on a different sheet, use this formula:

='Sheet A'!A1

This pulls the contents of cell A1 on the sheet named 'Sheet A'

HTH,
Elkar
 
Or:
=IF(Sheet1!A1<>"",Sheet1!A1,"")
will not leave you any zero's for blank cells it is reading
this can be copied onto other cells
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top