Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default CF for specific ranges of time for an entire column

I'm trying to do conditional formatting for an entire column of times, to
show the time in red if it is outside of a range of time.

Column D, E and F all contain times (without dates), and I need to show the
time in column D and E red if they are greater than 75 minutes and 45 minutes
of the time in column F respectively. The formatting I've been using is as
follows:

Cell Value F4-(TIME(0,75,0)) [result is colored red if it is greater than
the time]
and
Cell Value F4-(TIME(0,45,0)) [same as above]

But I have to insert the formatting in each specific cell, which gets very
tedious for the amount of times I need to do it...
Please tell me there is a way to conditional format an entire colum to
compare (for example) cell 5 in column D to cell 5 in column F and show the
time in cell 5 red if the difference is greater than a specific time.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default CF for specific ranges of time for an entire column

hrm, I totally butchered that... and it doesn't seem like I can edit my
original post. So the formula I'm using actually does what I want, which is
turn the time red if it is -less- than 75 or 45 minutes, not greater than...
so just swap less than for any greater than's you see and you'll get what I
actually want.

"C.Poppell" wrote:

I'm trying to do conditional formatting for an entire column of times, to
show the time in red if it is outside of a range of time.

Column D, E and F all contain times (without dates), and I need to show the
time in column D and E red if they are greater than 75 minutes and 45 minutes
of the time in column F respectively. The formatting I've been using is as
follows:

Cell Value F4-(TIME(0,75,0)) [result is colored red if it is greater than
the time]
and
Cell Value F4-(TIME(0,45,0)) [same as above]

But I have to insert the formatting in each specific cell, which gets very
tedious for the amount of times I need to do it...
Please tell me there is a way to conditional format an entire colum to
compare (for example) cell 5 in column D to cell 5 in column F and show the
time in cell 5 red if the difference is greater than a specific time.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default CF for specific ranges of time for an entire column

If you have successfully created a c/f in Column D (Say row 2), why not just
use the "FORMAT-PAINT" Button on your toolbar to apply your D2 to D3:D100?
Same for Column E (E2 to E3:E100)

"C.Poppell" wrote:

hrm, I totally butchered that... and it doesn't seem like I can edit my
original post. So the formula I'm using actually does what I want, which is
turn the time red if it is -less- than 75 or 45 minutes, not greater than...
so just swap less than for any greater than's you see and you'll get what I
actually want.

"C.Poppell" wrote:

I'm trying to do conditional formatting for an entire column of times, to
show the time in red if it is outside of a range of time.

Column D, E and F all contain times (without dates), and I need to show the
time in column D and E red if they are greater than 75 minutes and 45 minutes
of the time in column F respectively. The formatting I've been using is as
follows:

Cell Value F4-(TIME(0,75,0)) [result is colored red if it is greater than
the time]
and
Cell Value F4-(TIME(0,45,0)) [same as above]

But I have to insert the formatting in each specific cell, which gets very
tedious for the amount of times I need to do it...
Please tell me there is a way to conditional format an entire colum to
compare (for example) cell 5 in column D to cell 5 in column F and show the
time in cell 5 red if the difference is greater than a specific time.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default CF for specific ranges of time for an entire column

Unfortunately that doesn't update the c/f for each field, it just copies it,
so I would be comparing D30 to F2, when I want to compare it to F30.

"JMay" wrote:

If you have successfully created a c/f in Column D (Say row 2), why not just
use the "FORMAT-PAINT" Button on your toolbar to apply your D2 to D3:D100?
Same for Column E (E2 to E3:E100)

"C.Poppell" wrote:

hrm, I totally butchered that... and it doesn't seem like I can edit my
original post. So the formula I'm using actually does what I want, which is
turn the time red if it is -less- than 75 or 45 minutes, not greater than...
so just swap less than for any greater than's you see and you'll get what I
actually want.

"C.Poppell" wrote:

I'm trying to do conditional formatting for an entire column of times, to
show the time in red if it is outside of a range of time.

Column D, E and F all contain times (without dates), and I need to show the
time in column D and E red if they are greater than 75 minutes and 45 minutes
of the time in column F respectively. The formatting I've been using is as
follows:

Cell Value F4-(TIME(0,75,0)) [result is colored red if it is greater than
the time]
and
Cell Value F4-(TIME(0,45,0)) [same as above]

But I have to insert the formatting in each specific cell, which gets very
tedious for the amount of times I need to do it...
Please tell me there is a way to conditional format an entire colum to
compare (for example) cell 5 in column D to cell 5 in column F and show the
time in cell 5 red if the difference is greater than a specific time.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default CF for specific ranges of time for an entire column

Not true.
If your orginal comparison in row 2 was with F2, it would change to F30 when
you copied it down to row 30. It would compare with F2 if you had put F$2
rather than F2.
--
David Biddulph

"C.Poppell" wrote in message
...
Unfortunately that doesn't update the c/f for each field, it just copies
it,
so I would be comparing D30 to F2, when I want to compare it to F30.

"JMay" wrote:

If you have successfully created a c/f in Column D (Say row 2), why not
just
use the "FORMAT-PAINT" Button on your toolbar to apply your D2 to
D3:D100?
Same for Column E (E2 to E3:E100)

"C.Poppell" wrote:

hrm, I totally butchered that... and it doesn't seem like I can edit my
original post. So the formula I'm using actually does what I want,
which is
turn the time red if it is -less- than 75 or 45 minutes, not greater
than...
so just swap less than for any greater than's you see and you'll get
what I
actually want.

"C.Poppell" wrote:

I'm trying to do conditional formatting for an entire column of
times, to
show the time in red if it is outside of a range of time.

Column D, E and F all contain times (without dates), and I need to
show the
time in column D and E red if they are greater than 75 minutes and 45
minutes
of the time in column F respectively. The formatting I've been using
is as
follows:

Cell Value F4-(TIME(0,75,0)) [result is colored red if it is
greater than
the time]
and
Cell Value F4-(TIME(0,45,0)) [same as above]

But I have to insert the formatting in each specific cell, which gets
very
tedious for the amount of times I need to do it...
Please tell me there is a way to conditional format an entire colum
to
compare (for example) cell 5 in column D to cell 5 in column F and
show the
time in cell 5 red if the difference is greater than a specific time.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default CF for specific ranges of time for an entire column

I actually tried it before I replied and gave the result I got... using the
format painter I copied the formating in D2 and 'painted' it into D3:D30, the
result was every cell from D3:D30 comparing to F2.

"David Biddulph" wrote:

Not true.
If your orginal comparison in row 2 was with F2, it would change to F30 when
you copied it down to row 30. It would compare with F2 if you had put F$2
rather than F2.
--
David Biddulph


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
Restart row count each time the value in a specific column changes RC Excel Worksheet Functions 4 May 17th 23 03:44 AM
Sum specific cells only not entire column Mary Excel Discussion (Misc queries) 4 March 14th 07 03:06 PM
Macro - delete entire row which contain a specific text Dileep Chandran Excel Worksheet Functions 1 December 6th 06 01:08 PM
Exclude specific cell from entire column Dn_ New Users to Excel 2 March 30th 06 09:23 PM
Copy entire ranges RJF Excel Worksheet Functions 2 February 17th 06 03:58 PM


All times are GMT +1. The time now is 01:00 PM.

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

About Us

"It's about Microsoft Excel"