I've found a things, but I can't piece this together. From tab 1, I need to find and item on tab 2, move 1 cell left, and up to the next cell with data.
First Tab: (the small blue info is what I want to pull from tab two)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Number
[/TD]
[TD]Description
[/TD]
[TD]other
[/TD]
[/TR]
[TR]
[TD]77-dept
[/TD]
[TD]11
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD]77-dept
[/TD]
[TD]12
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD]77-dept
[/TD]
[TD]13
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD]88-name
[/TD]
[TD]14
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
</tbody>[/TABLE]
Second tab:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Number
[/TD]
[TD]Descitp...
[/TD]
[/TR]
[TR]
[TD]77-Dept
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]11
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]12
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]13
[/TD]
[TD].......[/TD]
[/TR]
[TR]
[TD]88-name
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]14
[/TD]
[TD].......
[/TD]
[/TR]
</tbody>[/TABLE]
I've got an index/indirect/match formula to work to pull specific info, which works very well. But trying to include an offset is proving to be a hurdle. Should I be looking at a lookup() formula?
First Tab: (the small blue info is what I want to pull from tab two)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Number
[/TD]
[TD]Description
[/TD]
[TD]other
[/TD]
[/TR]
[TR]
[TD]77-dept
[/TD]
[TD]11
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD]77-dept
[/TD]
[TD]12
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD]77-dept
[/TD]
[TD]13
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD]88-name
[/TD]
[TD]14
[/TD]
[TD].......
[/TD]
[TD].......
[/TD]
[/TR]
</tbody>[/TABLE]
Second tab:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Number
[/TD]
[TD]Descitp...
[/TD]
[/TR]
[TR]
[TD]77-Dept
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]11
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]12
[/TD]
[TD].......
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]13
[/TD]
[TD].......[/TD]
[/TR]
[TR]
[TD]88-name
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]14
[/TD]
[TD].......
[/TD]
[/TR]
</tbody>[/TABLE]
I've got an index/indirect/match formula to work to pull specific info, which works very well. But trying to include an offset is proving to be a hurdle. Should I be looking at a lookup() formula?