Create Sound when Time Elapses

Papi

Well-known Member
Joined
May 22, 2007
Messages
1,592
I am diabetic and trying to get better control over my glucose readings. The doctor requested that I make every effort to take my glucose reading prior to a meal and take it again one hour after I eat that meal.

Cell G5 would ring one hour after F5 and I5 one hour after H5, and K5 after J5 but only one at a time. What I would like it to do is look at the last time i.e. H5 and one hour later ring an alarm. The next one could be I5 or K5 etc depending on which glucose readings are taken. Any help would be appreciated.

Diabetes.xlsm
ABCDEFGHIJK
3DateSYSDIAPULStatAMBeforeAMAfterMIDBeforeMIDAfterPMBeforePMAfter
4Fri1329384HN9.615.29.9
5Jul088:059:1712:28
Report
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hello Glenn,

Thanks for sending that. With my knowledge (actually-lack of knowledge) it has me baffled but that is not unusual for me. One of the areas that is an issue is that the target is moving as there are three times a day that the alarm could be triggered. I am messing around with the formula to attempt to get one cell to trigger such an alarm and this is what I have so far (in Cell Z5)

=IF(J5>0,J5+TIME(0,60,0),IF(H5>0,H5+TIME(0,60,0),IF(F5>0,F5+TIME(0,60,0),"")))

Not much to go on but at least a start.
 
Upvote 0

Forum statistics

Threads
1,224,537
Messages
6,179,405
Members
452,911
Latest member
a_barila

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