function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC@ChennaiSFDC@Chennai 

Multi-line in formula field currency

Hi

I know how to break a text in formula field ,  i gave 

Label1__c &  BR()  &  Label2__c

Now my question is  how should i separate two currency field ?

Month1__c     Month2__c

what should i use inbetween this two field to get in next line.

Thanks In advance
Dev.AshishDev.Ashish
Your requirement is not clear could you please elaborate more with examples.
Arunkumar RArunkumar R
Use <BR> tag for next line, if you want space  between two field add empty quotation.

IF(NOT(ISBLANK( FirstName )), FirstName& " " & LastName ) & "<BR>"