Calculate cooking time

P

Pierre

This one's got me:

Trying to calculate "begin cooking" time based on length of a foods
cooking time until done, and desired done time.

IOW. . .

Need a chicken done at a certain time, lets say 5:00 PM
It takes chicken 3-1/2 hours to cook.

Am lookin for formula and formatting to calculate and return 1:30 PM
in the "begin cooking" column (based on 3-1/5 hour cooking time)

(Will eventually include additional food items each with different
cooking time length, and desired done time..) Looking for desired
"begin cooking " time.

Thanks for any suggestions.


Peter
 
F

Frank Kabel

Hi Pierre
try the following:
A1: stores your 'done - time'
A2: stores your cooking time
both entered as time and formated as time
In A3 put the following:
=A1-A2

Note: Will not work if your cooking has to start the day before
Frank
 
B

Bob Phillips

Peter,

Assuming the end time is A1 as time, the cooking time in B1 as number of
hours, in C1

=A1-(B1/24)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
P

Pierre

Bob Phillips said:
Peter,

Assuming the end time is A1 as time, the cooking time in B1 as number of
hours, in C1

=A1-(B1/24)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

Bob, it helps and it works! Thank you. :) Happy eating.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top