Skip to main content
Please help :) Can't figure out how to display as a text two currency fields as a price range. Please see attached the two fields and the Formula Field, I included "TEXT" but it still calculates the "Shops Min Rent" minus "Shops Max Rent". I just need the "Shops Rents" Field to say "$30.00-$35.00" for this example purposes. Thanks!Formula Field Currency Range

 

User-added image

 

User-added image
2 件の回答
  1. 2020年5月8日 20:33

    Are you tryong to do this?

    TEXT( Shops_Min_Rate__c) +" - "+ TEXT( Shops_Max_Rate__c)

     

     
0/9000