Skip to content

Instantly share code, notes, and snippets.

@gnowland
Created April 16, 2022 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnowland/cd8ea0caf91df72db6e29f13857b6968 to your computer and use it in GitHub Desktop.
Save gnowland/cd8ea0caf91df72db6e29f13857b6968 to your computer and use it in GitHub Desktop.
Venmo CSV description generator excel function
=IF(EXACT([@Type],"Standard Transfer"),"To "&[@Column2],IF([@[Amount (total)]]>0,"From "&IF(EXACT([@Type],"Charge"),[@To],[@From]),"To "&IF(EXACT([@Type],"Charge"),[@From],[@To]))&" for "&CHAR(34)&[@Note]&CHAR(34))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment