Hi,
I have a list of children names in A1:A20, and their heights in B1:B20 - 0.8, 1.24, 1.3, 1.47, 1.56 etc..
I would like to create a chart (or other visual option) that will draw horizontal lines on Y axes to represent the heights proportionally:
1.56------------------
1.47------------------
1.3-------------------
1.24------------------
0.8-------------------
How would you approach this? Preferably with vba.
Thanks!
I have a list of children names in A1:A20, and their heights in B1:B20 - 0.8, 1.24, 1.3, 1.47, 1.56 etc..
I would like to create a chart (or other visual option) that will draw horizontal lines on Y axes to represent the heights proportionally:
1.56------------------
1.47------------------
1.3-------------------
1.24------------------
0.8-------------------
How would you approach this? Preferably with vba.
Thanks!