03856me
Active Member
- Joined
- Apr 4, 2008
- Messages
- 297
[TABLE="class: grid, width: 100, align: left"]
<TBODY>[TR]
[TD]ColumnA
[/TD]
[TD]ColumnB
[/TD]
[TD]ColumnC
[/TD]
[/TR]
[TR]
[TD]EffDate
[/TD]
[TD]Dept
[/TD]
[TD]Uptime%
[/TD]
[/TR]
[TR]
[TD]02/01/12
[/TD]
[TD]Sawmill
[/TD]
[TD]85%
[/TD]
[/TR]
[TR]
[TD]02/01/12
[/TD]
[TD]Planer
[/TD]
[TD]83%
[/TD]
[/TR]
[TR]
[TD]05/01/12
[/TD]
[TD]Sawmill
[/TD]
[TD]86%
[/TD]
[/TR]
[TR]
[TD]06/01/12
[/TD]
[TD]Planer
[/TD]
[TD]84%
[/TD]
[/TR]
[TR]
[TD]07/01/12
[/TD]
[TD]Sawmill
[/TD]
[TD]86.5%
[/TD]
[/TR]
[TR]
[TD]07/01/12
[/TD]
[TD]Planer
[/TD]
[TD]84.5%
[/TD]
[/TR]
</TBODY>[/TABLE]
I have a table (uptimeTable) setup as above to capture Goals for uptime percentages.
My report is on a different worksheet and the user enters the date for the report, say 08/10/12 - in the sawmill section 86.5% should populate and in the planer 84.5% should.
Likewise if the user enters 05/31/12 - the sawmill would be 86%, the planer would be 83%
I have tried several formulas but cannot get the values to show up. Could someone point me in the right direction please?
<TBODY>[TR]
[TD]ColumnA
[/TD]
[TD]ColumnB
[/TD]
[TD]ColumnC
[/TD]
[/TR]
[TR]
[TD]EffDate
[/TD]
[TD]Dept
[/TD]
[TD]Uptime%
[/TD]
[/TR]
[TR]
[TD]02/01/12
[/TD]
[TD]Sawmill
[/TD]
[TD]85%
[/TD]
[/TR]
[TR]
[TD]02/01/12
[/TD]
[TD]Planer
[/TD]
[TD]83%
[/TD]
[/TR]
[TR]
[TD]05/01/12
[/TD]
[TD]Sawmill
[/TD]
[TD]86%
[/TD]
[/TR]
[TR]
[TD]06/01/12
[/TD]
[TD]Planer
[/TD]
[TD]84%
[/TD]
[/TR]
[TR]
[TD]07/01/12
[/TD]
[TD]Sawmill
[/TD]
[TD]86.5%
[/TD]
[/TR]
[TR]
[TD]07/01/12
[/TD]
[TD]Planer
[/TD]
[TD]84.5%
[/TD]
[/TR]
</TBODY>[/TABLE]
I have a table (uptimeTable) setup as above to capture Goals for uptime percentages.
My report is on a different worksheet and the user enters the date for the report, say 08/10/12 - in the sawmill section 86.5% should populate and in the planer 84.5% should.
Likewise if the user enters 05/31/12 - the sawmill would be 86%, the planer would be 83%
I have tried several formulas but cannot get the values to show up. Could someone point me in the right direction please?