Skip to main content
Abhishek Surve (Reevo CRM LLC) 님이 #Formulas에 질문했습니다

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개
  1. 2022년 7월 20일 오후 1:26

    Hi Abishesk,

     

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

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