Hello,
I have a table that appears like this (The range may extend to further columns and rows later, but the headings will remain Location & Name):
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD][/TD]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[TD]Column D
[/TD]
[TD]Column E
[/TD]
[TD]Column Etc...
[/TD]
[/TR]
[TR]
[TD]Row 3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Location 1
[/TD]
[TD]Location 2
[/TD]
[TD]Location 3
[/TD]
[TD]Etc...
[/TD]
[/TR]
[TR]
[TD]Row 4
[/TD]
[TD][/TD]
[TD]Allocator Name 1
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 5
[/TD]
[TD][/TD]
[TD]Allocator Name 2
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 6
[/TD]
[TD][/TD]
[TD]Allocator Name 3
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row Etc...
[/TD]
[TD][/TD]
[TD]Allocator Name Etc...
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
In another worksheet I have a list of data with a column set which includes:
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD][/TD]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[/TR]
[TR]
[TD]Row 1
[/TD]
[TD]Allocator Name
[/TD]
[TD]Location
[/TD]
[TD]$
[/TD]
[/TR]
[TR]
[TD]Row 2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
What function/formula can I use in Column C to pull over the value corresponding to the allocator and location already entered in the corresponding row?
Thanks,
N
I have a table that appears like this (The range may extend to further columns and rows later, but the headings will remain Location & Name):
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD][/TD]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[TD]Column D
[/TD]
[TD]Column E
[/TD]
[TD]Column Etc...
[/TD]
[/TR]
[TR]
[TD]Row 3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Location 1
[/TD]
[TD]Location 2
[/TD]
[TD]Location 3
[/TD]
[TD]Etc...
[/TD]
[/TR]
[TR]
[TD]Row 4
[/TD]
[TD][/TD]
[TD]Allocator Name 1
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 5
[/TD]
[TD][/TD]
[TD]Allocator Name 2
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 6
[/TD]
[TD][/TD]
[TD]Allocator Name 3
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD]$
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row Etc...
[/TD]
[TD][/TD]
[TD]Allocator Name Etc...
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
In another worksheet I have a list of data with a column set which includes:
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD][/TD]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[/TR]
[TR]
[TD]Row 1
[/TD]
[TD]Allocator Name
[/TD]
[TD]Location
[/TD]
[TD]$
[/TD]
[/TR]
[TR]
[TD]Row 2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Row 3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
What function/formula can I use in Column C to pull over the value corresponding to the allocator and location already entered in the corresponding row?
Thanks,
N