There are a couple of ways that you might actually do this. The peak width at half height is a useful approximation for systems that do not electronically integrate peaks from a baseline. The simplest solution might be to take the average of the two widths that surround your half height point. This would give you a good approximation provided that the half height point is close to half way between the other two data points, and that it falls close to the inflection point of the rising or falling peak slope. Another way would be to find the equation of the line between the two data points that lie on either side of your half height point. Using the equation of that line, you can more accurately calculate the width at half height. Yet another alternative is to integrate the peaks themsleves using a computer program such as Excel. From your post, it seems as though you have a data file of some sort, and if you can establish a nice flat baseline, a numerical integration algorithm may be the easiest and most accurate way to find what you need.