Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. =IF( ISERR( FIND("-",Opportunity) ),
  2. "" & Opportunity,
  3. TRIM( MID( Opportunity, 1, FIND("-",Opportunity)-1 ) ) )
  4.  
  5. =IF( ISERR( FIND("-",Opportunity) ),
  6. "" & Opportunity,
  7. TRIM( MID( Opportunity, FIND("-",Opportunity)+1, 999) ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement