Need help with the following:
I have a height and width column in pixel count. I convert the pixels to inches without a problem.
How do I figure out the last row in the column. They amount of rows will change every time I pull my data. In other words, how can I create my calculation for each row, when I do not know how many rows my data will contain?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Height in Pixels[/TD]
[TD]Width in Pixels[/TD]
[TD]Height in Inches[/TD]
[TD]Width in Inches[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]400[/TD]
[TD]200[/TD]
[TD]=a2/40*1.75[/TD]
[TD]=b2/40*175[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
3
4
5
6
etc...
Thanks for the help
Rocco
I have a height and width column in pixel count. I convert the pixels to inches without a problem.
How do I figure out the last row in the column. They amount of rows will change every time I pull my data. In other words, how can I create my calculation for each row, when I do not know how many rows my data will contain?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Height in Pixels[/TD]
[TD]Width in Pixels[/TD]
[TD]Height in Inches[/TD]
[TD]Width in Inches[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]400[/TD]
[TD]200[/TD]
[TD]=a2/40*1.75[/TD]
[TD]=b2/40*175[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
3
4
5
6
etc...
Thanks for the help
Rocco