AbrahamGluck
Board Regular
- Joined
- Apr 12, 2016
- Messages
- 129
- Office Version
- 365
- Platform
- Windows
[TABLE="class: grid, width: 300, align: center"]
<tbody>[TR]
[TD="align: center"]Symbol[/TD]
[TD="align: center"]Price[/TD]
[TD="align: center"]Strike[/TD]
[TD="align: center"]Type[/TD]
[/TR]
[TR]
[TD]AAPL[/TD]
[TD]$95.00[/TD]
[TD]$85.00[/TD]
[TD]Put[/TD]
[/TR]
[TR]
[TD]AAPL[/TD]
[TD]$95.00[/TD]
[TD]$85.00[/TD]
[TD]Call[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do is a conditional formating the column of Strikes, that needs to met 2 criterias,
if the type is a "call" then if is below the stock price should be highlighted,
and if a put is resulting for the type then what's above the stock price should be highlighting
Thank you
<tbody>[TR]
[TD="align: center"]Symbol[/TD]
[TD="align: center"]Price[/TD]
[TD="align: center"]Strike[/TD]
[TD="align: center"]Type[/TD]
[/TR]
[TR]
[TD]AAPL[/TD]
[TD]$95.00[/TD]
[TD]$85.00[/TD]
[TD]Put[/TD]
[/TR]
[TR]
[TD]AAPL[/TD]
[TD]$95.00[/TD]
[TD]$85.00[/TD]
[TD]Call[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do is a conditional formating the column of Strikes, that needs to met 2 criterias,
if the type is a "call" then if is below the stock price should be highlighted,
and if a put is resulting for the type then what's above the stock price should be highlighting
Thank you