I have a column called [EmissionStd] with Options: A, B, C.
A = 0.65
B= 0.35
C = 0.30
Based on selection of A, B or C I would like Column [TwoDayStandard] to automatically output the numerical value based on the VBA code below.
How do I call out the function in my table?
My code below...