TotalII = Val(II1) + Val(II2) + Val(II3) + Val(II4)
WgtII = TotalII / 40 * 50
After I total up II1-4
Then I will be getting the answers in round up number but for wgt II I getting in decimal place ?
WgtII = TotalII / 40 * 50
After I total up II1-4
Then I will be getting the answers in round up number but for wgt II I getting in decimal place ?
Comment