balcardi_uk
New Member
- Joined
- Jan 19, 2005
- Messages
- 4
This is my example data, it shows employees and the quality of their work, this changes from day to day. But I need to record the quality of each employee for each day of the month. What I have been able to do create the formula below so that it stores the the quality of each employee for a particular day. eg. below shows the data for 21/01/05, of course when the date changes it will not be correct and I will have lost the old data aswell. Is it possible for the sheet to update, for each employee and for each day of the week and to record all info?
I hope this makes sense..I think i might of confused myself
Please help
I hope this is a lot simpler than it seems
Cheers
Balcardi
Sheet1 F1=21/01/05
Name Quality
David E13=20%
Tom 30%
Paul 33%
Kevin 12&
Sheet2
21/01/05 David
20%
=IF(Sheet1!F1=DATE(2005,1,21), Sheet1!E13)
I hope this makes sense..I think i might of confused myself
Please help
I hope this is a lot simpler than it seems
Cheers
Balcardi
Sheet1 F1=21/01/05
Name Quality
David E13=20%
Tom 30%
Paul 33%
Kevin 12&
Sheet2
21/01/05 David
20%
=IF(Sheet1!F1=DATE(2005,1,21), Sheet1!E13)