Vbalearner85
Board Regular
- Joined
- Jun 9, 2019
- Messages
- 139
- Office Version
- 2016
- Platform
- Windows
Hi VBA Gurus,
I am looking for below excel macro..if that is possible..."Basically trying to set timer and frequency counter - for which values go below and above certain values (Please refer screenshot attached for exact format)"
1) Column A has Ratio which is formula fed by system feed (Please note ratio value is not manual Input).
2) Column B has manual input by user , if ratio(Col A) is less than column B value, then need timer(secs for which condition is met) in Column D and frequency(no of times condition is met) in Column F
2) Column C has manual input by user, if ratio(Col A) is greater than column C value, then need timer(secs for which condition is met) in Column E and frequency (no of times condition is met) in Column G
3) Timer should reset each time to 0 when condition is met and then count secs for which condition is met
4) Frequency should start from 1 when condition is met first time and then increase by 1 each time condition is re-met
5) Each row data is independent of each other and timer/frequency needs to be calculated separately
Thanks in advance for your sharing your great knowledge
I am looking for below excel macro..if that is possible..."Basically trying to set timer and frequency counter - for which values go below and above certain values (Please refer screenshot attached for exact format)"
1) Column A has Ratio which is formula fed by system feed (Please note ratio value is not manual Input).
2) Column B has manual input by user , if ratio(Col A) is less than column B value, then need timer(secs for which condition is met) in Column D and frequency(no of times condition is met) in Column F
2) Column C has manual input by user, if ratio(Col A) is greater than column C value, then need timer(secs for which condition is met) in Column E and frequency (no of times condition is met) in Column G
3) Timer should reset each time to 0 when condition is met and then count secs for which condition is met
4) Frequency should start from 1 when condition is met first time and then increase by 1 each time condition is re-met
5) Each row data is independent of each other and timer/frequency needs to be calculated separately
Thanks in advance for your sharing your great knowledge