Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sue
 
Posts: n/a
Default If Statement - in time not decimal minutes

Unfortunately, they are using time. Would I set the formula up to multiply by
1440? =IF(D2-C2)*1440<10,0,IF(D2-C2)*1440<60,1,"")) Thank you for your help!

"Bob Phillips" wrote:

I am assuming that you use decimal minutes (e.g. 10m for ten mins) not time
(00:10:00).

=IF(D2-C2<10,0,IF(D2-C2<60,1,""))

--

HTH

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


"Sue" wrote in message
...
I am helping an hospital emergency department track times that it takes

for
EKGs to be ordered after a patient is admitted to ER. I have 3 columns -

ER
Admit Time, Paged Time, and EKG Ordered Greater than 10 min. after

Admission.
The times are in minutes and seconds. I am wanting Excel to put "1" in the
EKG Ordered Greater than 10 Min. column if cell D2 (Paged Time) - C2 (ER
Admit Time)is greater than or equal to 10 minutes but less than 60

minutes.
If it is less than 10 minutes, I am wanting it to put a "0" in the cell.

If
it is equal to 60 or above - leave blank. How would I set this up??

Thanks!
Sue







Expand AllCollapse All
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF((D2-C2)<1/144,0,IF((D2-C2)<1/24,1,""))


In article ,
Sue wrote:

Unfortunately, they are using time. Would I set the formula up to multiply by
1440? =IF(D2-C2)*1440<10,0,IF(D2-C2)*1440<60,1,"")) Thank you for your help!

"Bob Phillips" wrote:

I am assuming that you use decimal minutes (e.g. 10m for ten mins) not time
(00:10:00).

=IF(D2-C2<10,0,IF(D2-C2<60,1,""))

"Sue" wrote in message
...
I am helping an hospital emergency department track times that it takes

for
EKGs to be ordered after a patient is admitted to ER. I have 3 columns -

ER
Admit Time, Paged Time, and EKG Ordered Greater than 10 min. after

Admission.
The times are in minutes and seconds. I am wanting Excel to put "1" in the
EKG Ordered Greater than 10 Min. column if cell D2 (Paged Time) - C2 (ER
Admit Time)is greater than or equal to 10 minutes but less than 60

minutes.
If it is less than 10 minutes, I am wanting it to put a "0" in the cell.

If
it is equal to 60 or above - leave blank. How would I set this up??

Thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Time to Minutes Brenda Rueter Excel Discussion (Misc queries) 6 March 3rd 05 08:09 PM
What function do I use to convert "time" to minutes? petek Excel Worksheet Functions 1 February 23rd 05 04:15 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM
Adding minutes to time Randberger Excel Discussion (Misc queries) 4 January 19th 05 08:49 PM
How do I convert Military Time to minutes? Rachael Excel Worksheet Functions 1 January 6th 05 10:01 PM


All times are GMT +1. The time now is 01:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"