+ or - 20 difference. sierrachart.

justanick

New Member
Joined
Sep 23, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
hello
I'm working on Sierra chart, (charting software) that has is own excel built-in (sort of), please see the below documentation for further details. (array formulas or vba are not permitted)
See here for more information

the AA column is live market data, there is any formula that can help me to highlight if there is a (minimum) 20 + or - changes in the AA column? like if AA30 moves from 140 to 160 (or more, 165,167 whatever) or from 140 to 120 ???
I have probably worded my question in the wrong way, but please excuse myself since excels formulas are something totally new for me.
 

Attachments

  • depth excel.png
    depth excel.png
    146.3 KB · Views: 10

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
i this only with respect to the cell above it
so are we comparing Cell AA30 with the previous Cell AA29 for a + - 20 change

=ABS(AA1-AA2) > = 20
in a conditional format formula
 
Upvote 0
Unfortunately none of your suggestions worked :(:(. But i appreciated the efforts, thank you so much
 
Upvote 0
would you provide a sample, with expected results , maybe using XL2BB add-in - see signature/menu or via a share like dropbox , onedrive etc
 
Upvote 0

Forum statistics

Threads
1,223,361
Messages
6,171,632
Members
452,411
Latest member
sprichwort

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top