What does RoundCC mean?

D

Dennis

I have looked in the help for the meaning of the first
part of the following expression and I have not found the
answer. Sum(RoundCC(IIf([Cost Center]='13601',[Reg $]*0.85

Help says:
Rounds a number to a specified number of digits.
Syntax
ROUND(number,num_digits)
Number is the number you want to round.
Num_digits is the number of digits you want to round to.
Negative rounds to the left of the decimal point; 0 (zero)
rounds to the nearest integer.

I pretty much understand, but in my sample formula what
does CC mean?

Thanks Dennis
 
V

Van T. Dinh

It sounds like a User-Defined Function (UDF) to round Currency value.

Have you checked for the UDF with the name RoundCC?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Round Function 5
Round formula 1
Rounding up! 2
Help with expression not rounding properly 2
Rounding 2
Number Filed 2
Count names issue 2
Round to nearest 5? 5

Top