I have this formula in cell C9:
It's equal to the number of children in the day care ($H$1) times the amount of minimum serving per child (.5) in ounces. So my result looks like this:
"7.5 serving(s)" - (15 children in room 1). Anyway, my questions is is there a circular reference or any formula that I can use to make that cell round up to 8? I'd like it to round up to 8 if it is over 7.0...
Formatting won't do it and I've used the =ROUNDUP(C9,0) formula...
TIA!
Code:
=0.5*$H$1 &" serving(s)"
It's equal to the number of children in the day care ($H$1) times the amount of minimum serving per child (.5) in ounces. So my result looks like this:
"7.5 serving(s)" - (15 children in room 1). Anyway, my questions is is there a circular reference or any formula that I can use to make that cell round up to 8? I'd like it to round up to 8 if it is over 7.0...
Formatting won't do it and I've used the =ROUNDUP(C9,0) formula...
TIA!