#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default color

the thing is and that is my question when i have a starting time lets say in
cel B1 and a end time in cel A1. A1 is 0:00 and B1 is 0:30
when time in B1 gets lower then 0:30 but higher then 0:01 it has to get
color red
but when they are both 0:00 nothing has to change accept standard cel colors
Also i have a already placed time value formula in it :
=$D6-$F6TIMEVALUE("0:30")
can anyone help me
if nessecary i can send a exsample file

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default color

Try looking at Conditional Formatting (Format-Conditional Format)
I think you want a formula that looks like
=AND(B2<TIMEVALUE("0:30"),B2TIMEVALUE("0:01"))
click the format button, choose a red pattern.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"teenbeat" wrote:

the thing is and that is my question when i have a starting time lets say in
cel B1 and a end time in cel A1. A1 is 0:00 and B1 is 0:30
when time in B1 gets lower then 0:30 but higher then 0:01 it has to get
color red
but when they are both 0:00 nothing has to change accept standard cel colors
Also i have a already placed time value formula in it :
=$D6-$F6TIMEVALUE("0:30")
can anyone help me
if nessecary i can send a exsample file

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default color

UNFORTUNALY,

it didnt work, cause it has to be colored when the first time cel and the
second time shell time is less then 30 min that the color has to change

if its higer then 30 min then you have this formula

=$B1-$A1TIMEVALUE("0:30") then when time is more then 30 min it changes
color.
and when lower then : =$B1-$A1<TIMEVALUE("0:30")

but problem is this also changes color if start and endtime is zero (0:00).
when both times are zero then there must not be color changing

"Luke M" wrote:

Try looking at Conditional Formatting (Format-Conditional Format)
I think you want a formula that looks like
=AND(B2<TIMEVALUE("0:30"),B2TIMEVALUE("0:01"))
click the format button, choose a red pattern.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"teenbeat" wrote:

the thing is and that is my question when i have a starting time lets say in
cel B1 and a end time in cel A1. A1 is 0:00 and B1 is 0:30
when time in B1 gets lower then 0:30 but higher then 0:01 it has to get
color red
but when they are both 0:00 nothing has to change accept standard cel colors
Also i have a already placed time value formula in it :
=$D6-$F6TIMEVALUE("0:30")
can anyone help me
if nessecary i can send a exsample file

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default color

but a part is correct i found the code

=ALS($F7-$E7<TIJDWAARDE("0:30");$F7-$E7TIJDWAARDE("0:01"))

=IF($F7-$E7<TIMEVALUE("0:30");$F7-$E7TIMEVALUE("0:01"))

you wher close Luke M

thanx

"Luke M" wrote:

Try looking at Conditional Formatting (Format-Conditional Format)
I think you want a formula that looks like
=AND(B2<TIMEVALUE("0:30"),B2TIMEVALUE("0:01"))
click the format button, choose a red pattern.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"teenbeat" wrote:

the thing is and that is my question when i have a starting time lets say in
cel B1 and a end time in cel A1. A1 is 0:00 and B1 is 0:30
when time in B1 gets lower then 0:30 but higher then 0:01 it has to get
color red
but when they are both 0:00 nothing has to change accept standard cel colors
Also i have a already placed time value formula in it :
=$D6-$F6TIMEVALUE("0:30")
can anyone help me
if nessecary i can send a exsample file

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
Powerpoint / Excel: custom pp RGB color doesn't match identical Excelcustom RGB color mikewillnot Charts and Charting in Excel 1 February 26th 08 05:22 PM
Can't format cell color/text color in Office Excel 2003 in files . albertaman Excel Discussion (Misc queries) 0 February 16th 06 03:56 AM
My fill color and font color do not work in Excel Std Edition 2003 chapstick Excel Discussion (Misc queries) 1 September 11th 05 08:48 PM
Excel 2003 will not display color fonts or color fill cells DaveC Excel Worksheet Functions 1 April 11th 05 04:38 PM
My excel 2003 wont let me fill cells with color or color the tabs. trizog New Users to Excel 2 February 22nd 05 06:43 PM


All times are GMT +1. The time now is 02:27 PM.

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"