- Joined
- Jan 1, 2016
- Messages
- 22
- Reaction score
- 0
I have a great deal of spreadsheets done with MS Excel 2007, and since I'm trying to get completely away from Microsoft, I need these spreadsheets to work with numbers. One in particular is the sheet for my twice-daily blood sugar tests. The Excel spreadsheet is set up for me to enter in the blood sugar level, and it automatically posts the current time. I've not been able to modify the formula needed. I'm no programmer, and know VERY little about the in-and-outs of spreadsheets.
Here is the way the spreadsheet is set up:
and here are the formulas:
I'd be grateful for ANY help anyone could give.
Thanks in advance.
Here is the way the spreadsheet is set up:
Code:
A B C D E
1 Date Level Time Level Time
2 12/31 104 06:00 AM 116 12:12 PM
Code:
A B C D E
1 Date Level Time Level Time
2 =IF(ISBLANK(B2),"",IF(C2="",NOW(),C2)) =IF(ISBLANK(D2),"",IF(E2="",NOW(),E2))
I'd be grateful for ANY help anyone could give.
Thanks in advance.