cancel
Showing results for 
Search instead for 
Did you mean: 

How to use formula for SUM

former_member1229785
Participant
0 Kudos

Dear All

       Here i have facing problem with sum of formula, i have one data field name AMOUNT i need formula for total amount which added in amount field , in that AMOUNT field data type is string

how to do it...

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Prasanna,

1) First convert the Amount field to number using this formula:

If isNumeric({Amount}) then

     ToNumber({Amount})

2) Go to Insert > Summary > Choose this formula field as the Field To Summary > Choose Sum as the summary operation > Place the summary on a section

-Abhilash

Answers (1)

Answers (1)

former_member1229785
Participant
0 Kudos

Thanks Abhilash it working fine...