Find your content:

Search form

You are here

Add date and text fields in formula?

 
Share

I'm having a text field say text = 20 and a datefield say date=12/04/2012(here date is always system.today's date). now I want to add both the fields and the result should be 12/24/2012.... How would I get it by using formula


Attribution to: Eagerin Sf

Possible Suggestion/Solution #1

When you choose a formula field, choose a Date and then try the below formula

TODAY() + VALUE(Text_FIeld__c)


Attribution to: logontokartik
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/5042

My Block Status

My Block Content