I have one payroll sheet with 60 employees in a column and their 2 week work schedule in a corresponding row. the other sheet I need linked to a DAILY sign in sheet. The column is identical, but I only need the current day row linked. But need it able to change day to day and import thre new work schedule! Follow me? GEorge
> The column is identical, but I only need the current day row linked. > But need it able to change day to day and import thre new work schedule! Follow > me?
Sounds like you need a formula something like
=OFFSET(Sheet2!$A2,0,WEEKDAY(TODAY())+1)
Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup