Hi All,
Thank you for viewing my post.
I am having difficulty with the index/match function.
Below is an extract of my table (I had issues uploading the table via the normal channels).
<table border="1" cellspacing="0" cellpadding="0" verdana,="" arial,="" tahoma,="" calibri,="" geneva,="" sans-serif;"="" style="width: "><tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Local code
[/TD]
[TD]Age
[/TD]
[TD]Universal Code
[/TD]
[TD][/TD]
[TD]Local Code
[/TD]
[TD]Age Boundary
[/TD]
[TD]Universal Code
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]TUCEG
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]TUCEG
[/TD]
[TD]6
[/TD]
[TD]ABC51A
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]TUCEG
[/TD]
[TD]5
[/TD]
[TD][/TD]
[TD][/TD]
[TD]TUCEG
[/TD]
[TD]19
[/TD]
[TD]ABC51B
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]TUCEG
[/TD]
[TD]19
[/TD]
[TD][/TD]
[TD][/TD]
[TD]TUCEG
[/TD]
[TD]19+
[/TD]
[TD]ABC51C
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]TUCEG
[/TD]
[TD]20
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]TUCEG
[/TD]
[TD]6
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]TUCEG
[/TD]
[TD]12
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD]TUCEG
[/TD]
[TD]21
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD]TUCEG
[/TD]
[TD]17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]TUCEG
[/TD]
[TD]24
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]TUCEG
[/TD]
[TD]67
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12
[/TD]
[TD]TUCEG
[/TD]
[TD]38
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13
[/TD]
[TD]TUCEG
[/TD]
[TD]0
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody></table>
The age boundary simply refers to the age in column B, if someone is 0-5 years and 364 days old they should be given a code ABC51A. If a person is 6-18 years and 364 days old they should be given a Universal code ABC51B. anyone above 19 years of age will have the code ABC51C. I can use the match function to identify the Local code, but I am struggling to link it with the age.
Can anyone help me with this issue? Many thanks in advance for your assistance with this query.
If you require any further explanations then please ask.
Thank you for viewing my post.
I am having difficulty with the index/match function.
Below is an extract of my table (I had issues uploading the table via the normal channels).
<table border="1" cellspacing="0" cellpadding="0" verdana,="" arial,="" tahoma,="" calibri,="" geneva,="" sans-serif;"="" style="width: "><tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Local code
[/TD]
[TD]Age
[/TD]
[TD]Universal Code
[/TD]
[TD][/TD]
[TD]Local Code
[/TD]
[TD]Age Boundary
[/TD]
[TD]Universal Code
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]TUCEG
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]TUCEG
[/TD]
[TD]6
[/TD]
[TD]ABC51A
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]TUCEG
[/TD]
[TD]5
[/TD]
[TD][/TD]
[TD][/TD]
[TD]TUCEG
[/TD]
[TD]19
[/TD]
[TD]ABC51B
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]TUCEG
[/TD]
[TD]19
[/TD]
[TD][/TD]
[TD][/TD]
[TD]TUCEG
[/TD]
[TD]19+
[/TD]
[TD]ABC51C
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]TUCEG
[/TD]
[TD]20
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]TUCEG
[/TD]
[TD]6
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]TUCEG
[/TD]
[TD]12
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD]TUCEG
[/TD]
[TD]21
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD]TUCEG
[/TD]
[TD]17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]TUCEG
[/TD]
[TD]24
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]TUCEG
[/TD]
[TD]67
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12
[/TD]
[TD]TUCEG
[/TD]
[TD]38
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13
[/TD]
[TD]TUCEG
[/TD]
[TD]0
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody></table>
The age boundary simply refers to the age in column B, if someone is 0-5 years and 364 days old they should be given a code ABC51A. If a person is 6-18 years and 364 days old they should be given a Universal code ABC51B. anyone above 19 years of age will have the code ABC51C. I can use the match function to identify the Local code, but I am struggling to link it with the age.
Can anyone help me with this issue? Many thanks in advance for your assistance with this query.
If you require any further explanations then please ask.