|
here is my function on adding 5 results:
Function Add (CdblS, CdblS2, CdblS3, CdblS4, CdblS5, CdblS6)
Add = ((CdblS + CdblS2 + CdblS3 + CdblS4 + CdblS5 + CdblS6)/6)
End Function
Some results are whole number, but some are not. I want to keep all results in the ADD function whole number.
many thanks
|