Hello,
Based on below table from datasheet.
if analog input = 4.096V,
- the typical INL error = 0.9ppm *4.096V = 3.686uV
- the typcal offset error = 30uV
- the typcal gain error = 200ppm * 4.096 = 819.2uV
so, total error = INL error + offset error + gain error = 852.886uV.
if analog input = 1V,
total error = INL error * 1/4.096 + offset error + gain error * 1/4096.
please check if my calculation is correct or not.