Skip to content

Instantly share code, notes, and snippets.

@DarqueWarrior
Created March 12, 2024 01:38
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 DarqueWarrior/bd2e69fc0acfc037b527d30c315a7891 to your computer and use it in GitHub Desktop.
Save DarqueWarrior/bd2e69fc0acfc037b527d30c315a7891 to your computer and use it in GitHub Desktop.
Populates a column with the absolute value of the number of contracts for the option trade.
=IF([@[Option Trade]], IF([@[Sell To Open]], [@Quantity] * -1, [@Quantity]), "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment