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개
Hi Abishesk,
Use VALUE(text) for text addition if the values are number.
VALUE(Field1) + VALUE(Field2) + VALUE(Field3)