rniles6654
New Member
- Joined
- Jan 21, 2017
- Messages
- 3
Need some big help. I did struggle for last few days, and couldn't figure it out.
I am looking for count from time to time from two cells. I made one cell =NOW() and other cell 00:15:00, so I did minus each other so we have other cell show 15 min earlier.
D5 - "=D7-D6"
D6 - "00:15:00"
D7 - "=Now()"
I did create other sheet called "Data" where stored all data in there. I did
=COUNTIFS(Data!B:B,">=02:30:00",Data!B:B,"<=2:52:00")
for test purposed and it work. It is count from 2:30:00 to 2:52:00.
What I am trying to do is... Replace "02:30:00" to D5, and replace "02:52:00" to D7. So that way I can refresh data and it will showed count last 15 min from now. It will lead me to create speedometer or gauges to see what happening on live. Seem it is not working that way.
Let me know how it make work.
Thank you!
Richard
I am looking for count from time to time from two cells. I made one cell =NOW() and other cell 00:15:00, so I did minus each other so we have other cell show 15 min earlier.
D5 - "=D7-D6"
D6 - "00:15:00"
D7 - "=Now()"
I did create other sheet called "Data" where stored all data in there. I did
=COUNTIFS(Data!B:B,">=02:30:00",Data!B:B,"<=2:52:00")
for test purposed and it work. It is count from 2:30:00 to 2:52:00.
What I am trying to do is... Replace "02:30:00" to D5, and replace "02:52:00" to D7. So that way I can refresh data and it will showed count last 15 min from now. It will lead me to create speedometer or gauges to see what happening on live. Seem it is not working that way.
Let me know how it make work.
Thank you!
Richard