Created
March 11, 2024 22:31
-
-
Save DarqueWarrior/b65d57d90a95967fa3c5a29881c4903d to your computer and use it in GitHub Desktop.
Populates a column with TRUE or FALSE for each row of the Fidelity transaction history download if this was a Buy To Close option trade.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=LEFT([@Action], 19) = " YOU BOUGHT CLOSING" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment