If the details of the distribution - its mean and standard deviation are known, the following transformation applies Z = (X - mean) / stdev where Z is now a random variable distributed as normal(0, 1). Now, a lookup table for values of the normal distribution can be used to find the probability you are looking for.