Skip to content

Instantly share code, notes, and snippets.

@DarqueWarrior
Created March 12, 2024 01:42
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/584be9d587225a153e5746a83ebc70d0 to your computer and use it in GitHub Desktop.
Save DarqueWarrior/584be9d587225a153e5746a83ebc70d0 to your computer and use it in GitHub Desktop.
Populates a column with the total value of the strike price multiplied by the number of contracts sold.
=IF([@[Sell To Open]], [@Contracts] * [@[Strike Price]] * 100, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment