wkirkcrawford
Board Regular
- Joined
- Dec 7, 2013
- Messages
- 72
Greetings,
I have my Blood Sugar Log that I need to add an IF Statement to a cell that has 2 IF Statements.
=IF(K23="","",IFERROR(RIGHT(SUBSTITUTE(TRIM(LEFT(SUBSTITUTE($V$11,"Morning",REPT(" ",255),1),255))," ",REPT(" ",255)),99)+0,""))
I need to check back a day at lunchtime to see if I was over 180. The cell is V22, i.e. (IF V22>189, 28,)
I don't know where I need to add this IF Statement. The first IF is to keep cell K23 blank. The second IF is to look up the amount to take.
W. Kirk Crawford
Tularosa, New Mexico
I have my Blood Sugar Log that I need to add an IF Statement to a cell that has 2 IF Statements.
=IF(K23="","",IFERROR(RIGHT(SUBSTITUTE(TRIM(LEFT(SUBSTITUTE($V$11,"Morning",REPT(" ",255),1),255))," ",REPT(" ",255)),99)+0,""))
I need to check back a day at lunchtime to see if I was over 180. The cell is V22, i.e. (IF V22>189, 28,)
I don't know where I need to add this IF Statement. The first IF is to keep cell K23 blank. The second IF is to look up the amount to take.
W. Kirk Crawford
Tularosa, New Mexico