Not the whole answer, but..
Quote:
This works fine, and I get a value that varys between 11 and 90. (When just outputting it to an LCD)
BUT, now I want to know what the real value is, not this representation of the actual voltage.
Assuming an ADCIN of 10bits:
The displayed value comes from Vdd/10bit or 5V/1024= 4.88mv per bit. So 11* 4.88mv= 53.7mv and 90*4.88mv= 439.5mV. I would measure with a DMM to confirm or use a known good voltage at say 2.5V to see a reading of 512 on your display.
Knowing this, you might be able to multiply the ADCIN value to another for your desired display.