Hi! New to the forum, bear with me!
I'm having this situation where I want to do a MATCH() to fetch data for a specific year, but the target cells consists of year-spans. Say I want to look for the row of year 1957 within a table that look like this:
[TABLE="width: 200"]
<tbody>[TR]
[TD]-1948[/TD]
[TD]Data B1[/TD]
[TD]Data C1[/TD]
[/TR]
[TR]
[TD]1949-1954[/TD]
[TD]Data B2[/TD]
[TD]Data C2[/TD]
[/TR]
[TR]
[TD]1955-1959[/TD]
[TD]Data B3[/TD]
[TD]Data C3[/TD]
[/TR]
[TR]
[TD]1960-[/TD]
[TD]Data B4[/TD]
[TD]Data C4[/TD]
[/TR]
</tbody>[/TABLE]
I can't split the year-spans because of external reference structure. Any tips on solving this issue is greatly appreciated!
I'm having this situation where I want to do a MATCH() to fetch data for a specific year, but the target cells consists of year-spans. Say I want to look for the row of year 1957 within a table that look like this:
[TABLE="width: 200"]
<tbody>[TR]
[TD]-1948[/TD]
[TD]Data B1[/TD]
[TD]Data C1[/TD]
[/TR]
[TR]
[TD]1949-1954[/TD]
[TD]Data B2[/TD]
[TD]Data C2[/TD]
[/TR]
[TR]
[TD]1955-1959[/TD]
[TD]Data B3[/TD]
[TD]Data C3[/TD]
[/TR]
[TR]
[TD]1960-[/TD]
[TD]Data B4[/TD]
[TD]Data C4[/TD]
[/TR]
</tbody>[/TABLE]
I can't split the year-spans because of external reference structure. Any tips on solving this issue is greatly appreciated!