Welcome to my blog

I have been working with Salesforce for quite a while, so don’t hesitate to contact me if you have any questions or want some advice.

s f

Subscribe
Follow Us
h

Salesforce Formula to Calculate Elapsed Time b/w 2 dates

 . Adminstrator  . Salesforce Formula to Calculate Elapsed Time b/w 2 dates

Salesforce Formula to Calculate Elapsed Time b/w 2 dates

Salesforce Elapsed Function/Formula to Calculate Time B/w 2 Dates

Salesforce Elapsed Function/Formula to Calculate Time B/w 2 Dates

IF (Now() - LastModifiedDate > 0, 
TEXT(FLOOR(Now() - LastModifiedDate)) & " days " & 
TEXT( FLOOR( 24 * (Now() - LastModifiedDate - FLOOR(Now() - LastModifiedDate) ))) & " hours" & 
TEXT( ROUND(60 * (ROUND( 24 * (Now() - LastModifiedDate - FLOOR(Now() - LastModifiedDate) ),8) - FLOOR( 
ROUND( 24 * (Now() - LastModifiedDate - FLOOR(Now() - LastModifiedDate) ),8)) ),0)) & " min " 
, "")

Comments

  • yesbet88

    July 3, 2022

    Beast

    reply

Post a Comment