Formula Help

H

HeartMan

Try to code a formula for predicted oxygen cosumption:

o2 consumption equals:

BSA x (138.1 - 17.04 x e{subscipt}log(age) + 0.378 x HR)

BSA is body surface area stored in E17
HR is heart rate stored in G23
Age is stored in F17

I can get everything but the log part. The constant "e" followed by a
subscript "log" followed by a normal script (age)

Any help would be appreciated...

HeartMan
 
B

Bob Phillips

Is this what you mean

EXP(1)^LOG(age)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top