Skip to main content

I want to Do Addition of two text field assume field A have value 2 and Field B have value 3 So How do I achieve this addition 

So final result in formula field look like 5.

So how do i achieve this by formula field and also suggest me another possible ways.

 

Thank You.

4 respuestas
  1. 20 jul 2022, 13:26

    Hi Abishesk,

     

    Use  VALUE(text) for text addition if the values are number.

     VALUE(Field1) + VALUE(Field2) + VALUE(Field3)
0/9000