View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
justaguyfromky justaguyfromky is offline
external usenet poster
 
Posts: 43
Default Help using a cell ref. to go to another page for data

I have a cell that will put a page name in the cell depending on what day of
the week that it is. I have another page that I want data to populate in
depending on the day of the week.

what I want is something like this...

=(from sheet listed in cell A1 is)(cell range on that sheet)
day of week name of emp

I have names of employees that will be working on certain days, depending on
what day it is, I want the employee name to populate in the spreadsheet

Thanks