Hi, I have two tables, one data table and one lookup table.
However, the lookup table doesn't seem to work for all values of the lookup table below:
For lookup table value of 1-5 and 6-15 the relationship doesn't seem to work and the values gives me a total instead of a part of a sum. I am thinking that this could be because of sorting or something similar to that.
Is there any workaround for this?
In the image below, the 6-15 should give me 5235 and it gives me 44955 and I don't know why??
https://ibb.co/r6QQG1y
However, the lookup table doesn't seem to work for all values of the lookup table below:
Code:
[TABLE]
<tbody>[TR]
[TD]0[/TD]
[/TR]
[TR]
[TD][B]1-5[/B][/TD]
[/TR]
[TR]
[TD][B]6-15[/B][/TD]
[/TR]
[TR]
[TD]16-19[/TD]
[/TR]
[TR]
[TD]20-29[/TD]
[/TR]
[TR]
[TD]30-39[/TD]
[/TR]
[TR]
[TD]40-49[/TD]
[/TR]
[TR]
[TD]50-64[/TD]
[/TR]
[TR]
[TD]65-74[/TD]
[/TR]
[TR]
[TD]75-79[/TD]
[/TR]
[TR]
[TD]80-89[/TD]
[/TR]
[TR]
[TD]90-w[/TD]
[/TR]
</tbody>[/TABLE]
For lookup table value of 1-5 and 6-15 the relationship doesn't seem to work and the values gives me a total instead of a part of a sum. I am thinking that this could be because of sorting or something similar to that.
Is there any workaround for this?
https://ibb.co/r6QQG1y
Last edited: