Headline31
New Member
- Joined
- Nov 30, 2017
- Messages
- 13
Here is a breakdown:
Annual Totals sheet contains user id information and a running total of errors
Blank Error sheet contains user id with specific error counts
I am looking for a formula that will perform a search in Column A of the Blank Error sheet based on a user id in the Annual Totals sheet. If that name is found, I need it to copy/paste the correlating Total from Column E to the Annual Total sheet.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[TD]Column D
[/TD]
[TD]Column E
[/TD]
[/TR]
[TR]
[TD]User ID
[/TD]
[TD]Week 1
[/TD]
[TD]Week 2
[/TD]
[TD]Week 3
[/TD]
[TD]Total
[/TD]
[/TR]
[TR]
[TD]name1
[/TD]
[TD]5
[/TD]
[TD]2
[/TD]
[TD]3
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]name2
[/TD]
[TD]1
[/TD]
[TD]7
[/TD]
[TD]6
[/TD]
[TD]14
[/TD]
[/TR]
[TR]
[TD]name3
[/TD]
[TD]9
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]13
[/TD]
[/TR]
[TR]
[TD]name4
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]4
[/TD]
[TD]6
[/TD]
[/TR]
</tbody>[/TABLE]
Annual Totals sheet contains user id information and a running total of errors
Blank Error sheet contains user id with specific error counts
I am looking for a formula that will perform a search in Column A of the Blank Error sheet based on a user id in the Annual Totals sheet. If that name is found, I need it to copy/paste the correlating Total from Column E to the Annual Total sheet.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[TD]Column D
[/TD]
[TD]Column E
[/TD]
[/TR]
[TR]
[TD]User ID
[/TD]
[TD]Week 1
[/TD]
[TD]Week 2
[/TD]
[TD]Week 3
[/TD]
[TD]Total
[/TD]
[/TR]
[TR]
[TD]name1
[/TD]
[TD]5
[/TD]
[TD]2
[/TD]
[TD]3
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]name2
[/TD]
[TD]1
[/TD]
[TD]7
[/TD]
[TD]6
[/TD]
[TD]14
[/TD]
[/TR]
[TR]
[TD]name3
[/TD]
[TD]9
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]13
[/TD]
[/TR]
[TR]
[TD]name4
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]4
[/TD]
[TD]6
[/TD]
[/TR]
</tbody>[/TABLE]