Calculate lookup values against a calculated column and then sum.
Example:
Lookup results * calculated_column
14,15,17 * 9
SUM((14 * 9)+(15 * 9)+(17 * 9))
How can I do this?
Calculate lookup values against a calculated column and then sum.
Example:
Lookup results * calculated_column
14,15,17 * 9
SUM((14 * 9)+(15 * 9)+(17 * 9))
How can I do this?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.