Hello Everyone
I am currently updating an old template that my dept uses, and trying to make it more efficient. This template pulls data from our employee's attendance files and lists them in a single spreadsheet. One of the many problems I am seeing with the workbook, is the time that it takes to update the formulas if we move agents to a new team, or if we have a new hire class come in. There are actually 10 columns that are built as Im describing below, so when there are changes, it can be a real headache. I've listed a crude table below with the formulas that are listed, and then I will pose my question.
Column A____________Column B___Column C
I am currently updating an old template that my dept uses, and trying to make it more efficient. This template pulls data from our employee's attendance files and lists them in a single spreadsheet. One of the many problems I am seeing with the workbook, is the time that it takes to update the formulas if we move agents to a new team, or if we have a new hire class come in. There are actually 10 columns that are built as Im describing below, so when there are changes, it can be a real headache. I've listed a crude table below with the formulas that are listed, and then I will pose my question.
Column A____________Column B___Column C
<TABLE dir=ltr border=1 cellSpacing=2 borderColor=#000000 cellPadding=2 width=294><TBODY><TR><TD bgColor=#c0c0c0 height=17 width="51%">
Agent Name
</TD><TD bgColor=#c0c0c0 height=17 width="29%">Supervisor
</TD><TD bgColor=#c0c0c0 height=17 width="20%">OFLA
</TD></TR><TR><TD height=16 width="51%">Doe, John
</TD><TD height=16 width="29%">Supervisor A
</TD><TD bgColor=#ffffff height=16 width="20%">98
</TD></TR><TR><TD height=16 width="51%">Smith, John
</TD><TD height=16 width="29%">Supervisor B
</TD><TD bgColor=#ffffff height=16 width="20%">40
</TD></TR><TR><TD height=17 width="51%">etc.
</TD><TD height=17 width="29%">etc.
</TD><TD height=17 width="20%">etc
</TD></TR></TBODY></TABLE>In Column C I have the following formula:
='T:\Permanent Attendance Files\Supervisor A Team\[Doe, John.xls]OFLA'!$F$4
I have almost 400 employees that are spread across 20 different Supervisors. My question is there a simple way to build this as a template so that I can have Column C pull that number from whatever Supervisor folder that agent in column A is assigned to?
I know this formula listed below won't work, but portrays the general idea I'm trying to accomplish:
='T:\Permanent Attendance Files\(Cell B2)'s Team\[(Cell A2)'s attendance file.xls]OFLA'!$F$4