Hi,
I can't seem to find a previous post close enough to what I'm trying to accomplish. Also, I don't know if this is possible with Excel formulas or if VBA must be used as well. Below I have an API that shows stock prices, volume, etc.
Columns J and K have Combo Boxes and column N has Check Boxes.
Available choices for J are (Price, Volume, Bid Price, Ask Price)
Available choices for K are (>= or <=)
I need to select the type of alert in column J then greater or less than in K and finally the numerical value in column L. Once an alert is triggered a sound is played (name and destination of wav file in column M). Finally, column N are check boxes with will activate or deactivate the alerts.
This one is very difficult for me b/c I think some VBA is going to need to be used and I'm just starting to learn that. Any help or direction would be greatly appreciated.
<tbody>
[TD="bgcolor: #CACACA, align: center"]3[/TD]
[TD="bgcolor: #CCFFCC"]Symbol[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Price[/TD]
[TD="bgcolor: #CCFFCC, align: center"]VWAP[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Bid[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Ask[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Change[/TD]
[TD="bgcolor: #CCFFCC, align: center"]% Change[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Volume[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Alerts[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Condition[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Value[/TD]
[TD="bgcolor: #CCFFCC"][/TD]
[TD="bgcolor: #CACACA, align: center"]4[/TD]
[TD="bgcolor: #CACACA, align: center"]5[/TD]
[TD="align: right"] 25.00[/TD]
[TD="bgcolor: #CACACA, align: center"]6[/TD]
[TD="align: right"] 1,000,000.00[/TD]
[TD="bgcolor: #CACACA, align: center"]7[/TD]
[TD="align: right"] 34.00[/TD]
[TD="bgcolor: #CACACA, align: center"]8[/TD]
[TD="align: right"] 34.50[/TD]
</tbody>
<tbody>
</tbody>
I can't seem to find a previous post close enough to what I'm trying to accomplish. Also, I don't know if this is possible with Excel formulas or if VBA must be used as well. Below I have an API that shows stock prices, volume, etc.
Columns J and K have Combo Boxes and column N has Check Boxes.
Available choices for J are (Price, Volume, Bid Price, Ask Price)
Available choices for K are (>= or <=)
I need to select the type of alert in column J then greater or less than in K and finally the numerical value in column L. Once an alert is triggered a sound is played (name and destination of wav file in column M). Finally, column N are check boxes with will activate or deactivate the alerts.
This one is very difficult for me b/c I think some VBA is going to need to be used and I'm just starting to learn that. Any help or direction would be greatly appreciated.
B | C | D | E | F | G | H | I | J | K | L | M | N | |
HPQ:US | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | Price | >= | play sound | |||
GE:US | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | Volume | >= | play sound | |||
DE:US | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | Bid Price | <= | play sound | |||
HD:US | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | #N/A | Ask Price | >= | play sound |
<tbody>
[TD="bgcolor: #CACACA, align: center"]3[/TD]
[TD="bgcolor: #CCFFCC"]Symbol[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Price[/TD]
[TD="bgcolor: #CCFFCC, align: center"]VWAP[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Bid[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Ask[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Change[/TD]
[TD="bgcolor: #CCFFCC, align: center"]% Change[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Volume[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Alerts[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Condition[/TD]
[TD="bgcolor: #CCFFCC, align: center"]Value[/TD]
[TD="bgcolor: #CCFFCC"][/TD]
[TD="bgcolor: #CACACA, align: center"]4[/TD]
[TD="bgcolor: #CACACA, align: center"]5[/TD]
[TD="align: right"] 25.00[/TD]
[TD="bgcolor: #CACACA, align: center"]6[/TD]
[TD="align: right"] 1,000,000.00[/TD]
[TD="bgcolor: #CACACA, align: center"]7[/TD]
[TD="align: right"] 34.00[/TD]
[TD="bgcolor: #CACACA, align: center"]8[/TD]
[TD="align: right"] 34.50[/TD]
</tbody>
Spreadsheet Formulas | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<tbody> </tbody> |
<tbody>
</tbody>