Hi,
I want to be able to search a policy number and get the appropriate info in the same sheet. I want my header to adapt to the type of information.
Let say my header is on A1 through Z1. This sheet is all my data set.
A2 and below are my policy numbers, B2 and bellow are my insurance type of policies which will populate or not the other collumns.
[TABLE="width: 500"]
<tbody>[TR]
[TD]policy #[/TD]
[TD]type[/TD]
[TD]coverage[/TD]
[TD]Franchise[/TD]
[TD]Cancellation[/TD]
[TD]etc.[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]car[/TD]
[TD]N/A[/TD]
[TD]1000[/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]21458[/TD]
[TD]house[/TD]
[TD]yes[/TD]
[TD]100[/TD]
[TD]1000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in another sheet I want to build a search cell so my policy number is extracted with all the relevant info. I would like the Title header linked to all the N/A cell to not be displayed.
if policy #12345 is typed:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Policy #[/TD]
[TD]Type[/TD]
[TD]Franchise[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]=vlookup(A2(...[/TD]
[TD]=vlookup(A2;...[/TD]
[/TR]
</tbody>[/TABLE]
if policy # 21458 is typed my header title will hide based on if a cell is N/A or not
[TABLE="width: 500"]
<tbody>[TR]
[TD]Policy #[/TD]
[TD]Type[/TD]
[TD]Coverage[/TD]
[TD]Franchise[/TD]
[TD]Cancellation[/TD]
[/TR]
[TR]
[TD]21458[/TD]
[TD]=v(lokkup(A2(...[/TD]
[TD]vlookup...[/TD]
[TD]vlookup...[/TD]
[TD]vlookup...[/TD]
[/TR]
</tbody>[/TABLE]
I dont have difficulty for looking up through data but I wonder how I can put my title header more adaptive based on criteria.
I want to be able to search a policy number and get the appropriate info in the same sheet. I want my header to adapt to the type of information.
Let say my header is on A1 through Z1. This sheet is all my data set.
A2 and below are my policy numbers, B2 and bellow are my insurance type of policies which will populate or not the other collumns.
[TABLE="width: 500"]
<tbody>[TR]
[TD]policy #[/TD]
[TD]type[/TD]
[TD]coverage[/TD]
[TD]Franchise[/TD]
[TD]Cancellation[/TD]
[TD]etc.[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]car[/TD]
[TD]N/A[/TD]
[TD]1000[/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]21458[/TD]
[TD]house[/TD]
[TD]yes[/TD]
[TD]100[/TD]
[TD]1000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in another sheet I want to build a search cell so my policy number is extracted with all the relevant info. I would like the Title header linked to all the N/A cell to not be displayed.
if policy #12345 is typed:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Policy #[/TD]
[TD]Type[/TD]
[TD]Franchise[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]=vlookup(A2(...[/TD]
[TD]=vlookup(A2;...[/TD]
[/TR]
</tbody>[/TABLE]
if policy # 21458 is typed my header title will hide based on if a cell is N/A or not
[TABLE="width: 500"]
<tbody>[TR]
[TD]Policy #[/TD]
[TD]Type[/TD]
[TD]Coverage[/TD]
[TD]Franchise[/TD]
[TD]Cancellation[/TD]
[/TR]
[TR]
[TD]21458[/TD]
[TD]=v(lokkup(A2(...[/TD]
[TD]vlookup...[/TD]
[TD]vlookup...[/TD]
[TD]vlookup...[/TD]
[/TR]
</tbody>[/TABLE]
I dont have difficulty for looking up through data but I wonder how I can put my title header more adaptive based on criteria.