I am trying to find a name from a list of data on a separate sheet and pull it through to a cell on another sheet:
Sheet1:
[TABLE="width: 335"]
<colgroup><col width="166" style="width: 125pt; mso-width-source: userset; mso-width-alt: 6070;"> <col width="140" style="width: 105pt; mso-width-source: userset; mso-width-alt: 5120;" span="2"> <tbody>[TR]
[TD="width: 166, bgcolor: white"]Paid Breaks
[/TD]
[TD="width: 140, bgcolor: #00CCFF"] [/TD]
[TD="width: 140, bgcolor: #00CCFF"] [/TD]
[/TR]
[TR]
[TD="bgcolor: #00CCFF"]Name
[/TD]
[TD="width: 140, bgcolor: #00CCFF"]Break Time Available[/TD]
[TD="width: 140, bgcolor: #00CCFF"]Break Time Used[/TD]
[/TR]
[TR]
[TD="bgcolor: #00CCFF"][/TD]
[TD="bgcolor: #33CCFF"] [/TD]
[TD="bgcolor: #33CCFF"][/TD]
[/TR]
[TR]
[TD="bgcolor: #00CCFF"][/TD]
[TD="bgcolor: #33CCFF"] [/TD]
[TD="bgcolor: #33CCFF"][/TD]
[/TR]
</tbody>[/TABLE]
Sheet2:
[TABLE="width: 226"]
<colgroup><col width="44" style="width: 33pt; mso-width-source: userset; mso-width-alt: 1609;"> <col width="62" style="width: 47pt; mso-width-source: userset; mso-width-alt: 2267;"> <col width="194" style="width: 146pt; mso-width-source: userset; mso-width-alt: 7094;"> <tbody>[TR]
[TD="width: 44, bgcolor: transparent"]Agent1
[/TD]
[TD="width: 62, bgcolor: transparent"]OffLine[/TD]
[TD="width: 194, bgcolor: transparent"]Paid Breaks
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Agent2
[/TD]
[TD="bgcolor: transparent"]OffLine
[/TD]
[TD="bgcolor: transparent"]Paid Breaks
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
I have found the below formula which searches for the word "Paid Breaks" and returns "Agent1" to the "Name" column.
Is there a way i can change the formula to then go down the list and return "Agent2" and so on until there are no more values with the word "Paid Breaks"
Sheet1:
[TABLE="width: 335"]
<colgroup><col width="166" style="width: 125pt; mso-width-source: userset; mso-width-alt: 6070;"> <col width="140" style="width: 105pt; mso-width-source: userset; mso-width-alt: 5120;" span="2"> <tbody>[TR]
[TD="width: 166, bgcolor: white"]Paid Breaks
[/TD]
[TD="width: 140, bgcolor: #00CCFF"] [/TD]
[TD="width: 140, bgcolor: #00CCFF"] [/TD]
[/TR]
[TR]
[TD="bgcolor: #00CCFF"]Name
[/TD]
[TD="width: 140, bgcolor: #00CCFF"]Break Time Available[/TD]
[TD="width: 140, bgcolor: #00CCFF"]Break Time Used[/TD]
[/TR]
[TR]
[TD="bgcolor: #00CCFF"][/TD]
[TD="bgcolor: #33CCFF"] [/TD]
[TD="bgcolor: #33CCFF"][/TD]
[/TR]
[TR]
[TD="bgcolor: #00CCFF"][/TD]
[TD="bgcolor: #33CCFF"] [/TD]
[TD="bgcolor: #33CCFF"][/TD]
[/TR]
</tbody>[/TABLE]
Sheet2:
[TABLE="width: 226"]
<colgroup><col width="44" style="width: 33pt; mso-width-source: userset; mso-width-alt: 1609;"> <col width="62" style="width: 47pt; mso-width-source: userset; mso-width-alt: 2267;"> <col width="194" style="width: 146pt; mso-width-source: userset; mso-width-alt: 7094;"> <tbody>[TR]
[TD="width: 44, bgcolor: transparent"]Agent1
[/TD]
[TD="width: 62, bgcolor: transparent"]OffLine[/TD]
[TD="width: 194, bgcolor: transparent"]Paid Breaks
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Agent2
[/TD]
[TD="bgcolor: transparent"]OffLine
[/TD]
[TD="bgcolor: transparent"]Paid Breaks
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
I have found the below formula which searches for the word "Paid Breaks" and returns "Agent1" to the "Name" column.
Is there a way i can change the formula to then go down the list and return "Agent2" and so on until there are no more values with the word "Paid Breaks"