L
Lenchik
Hi all,
I was wondering you anyone could help me out with my issue...
I have a column in one worksheet that contains either blank fields, or
time in [h]:mm format. I am trying to count in a new worksheet the
number of times time exceeds 5 minutes:
If I write the following formula within same worksheet, it works:
=COUNTIF((OFFSET(H2,1,0,250,1)),"<0:06")
However, from a new worksheet, I can do:
=COUNT('C:\Documents and Settings\elenak\Desktop\CORe\[HD-Alert
Processor - 05.11 - 05.17.xls]HD-Alerts'!$H$3:$H$250)
or on Mac:
=COUNT('Macintosh HD:Users:elenakocuments:[HD-Alert Processor -
05.11 - 05.17.xls]HD-Alerts'!$H$3:$H$250)
and it will give me the correct count of cells that contain times
but none of these work:
=COUNTIF(OFFSET('C:\Documents and Settings\elenak\Desktop\CORe\[HD-
Alert
Processor - 05.11 - 05.17.xls]HD-Alerts'!H2,1,0,250,1), "<0:06")
=COUNTIF('C:\Documents and Settings\elenak\Desktop\CORe\[HD-Alert
Processor - 05.11 - 05.17.xls]HD-Alerts'!$H$3:$H$250,"<0:06")
=SUM(IF('Macintosh HD:Users:elenakocuments:[HD-Alert Processor -
05.11 - 05.17.xls]HD-Alerts'!($H$3:$H$250-INT($H$3:$H
$250))*24<0.12,1,0))
(sorry, I am going back and forth between Mac and PC)
Thanks a ton in advance,
Lenchik
I was wondering you anyone could help me out with my issue...
I have a column in one worksheet that contains either blank fields, or
time in [h]:mm format. I am trying to count in a new worksheet the
number of times time exceeds 5 minutes:
If I write the following formula within same worksheet, it works:
=COUNTIF((OFFSET(H2,1,0,250,1)),"<0:06")
However, from a new worksheet, I can do:
=COUNT('C:\Documents and Settings\elenak\Desktop\CORe\[HD-Alert
Processor - 05.11 - 05.17.xls]HD-Alerts'!$H$3:$H$250)
or on Mac:
=COUNT('Macintosh HD:Users:elenakocuments:[HD-Alert Processor -
05.11 - 05.17.xls]HD-Alerts'!$H$3:$H$250)
and it will give me the correct count of cells that contain times
but none of these work:
=COUNTIF(OFFSET('C:\Documents and Settings\elenak\Desktop\CORe\[HD-
Alert
Processor - 05.11 - 05.17.xls]HD-Alerts'!H2,1,0,250,1), "<0:06")
=COUNTIF('C:\Documents and Settings\elenak\Desktop\CORe\[HD-Alert
Processor - 05.11 - 05.17.xls]HD-Alerts'!$H$3:$H$250,"<0:06")
=SUM(IF('Macintosh HD:Users:elenakocuments:[HD-Alert Processor -
05.11 - 05.17.xls]HD-Alerts'!($H$3:$H$250-INT($H$3:$H
$250))*24<0.12,1,0))
(sorry, I am going back and forth between Mac and PC)
Thanks a ton in advance,
Lenchik