Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting Help

I want for a cell to change color if one cell E15 has an R in it and if cell
G15 is more than 8.5 hours. Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Conditional Formatting Help

One way:

CF1: =AND(COUNTIF(E15,"*R*"),G15TIME(8,30,0))
Format1: <patterns/<desired color


In article ,
mndpy wrote:

I want for a cell to change color if one cell E15 has an R in it and if cell
G15 is more than 8.5 hours. Any help would be appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting Help

One more question what is the G15 is a subtraction of time however it is just
a gerneral text format?

"JE McGimpsey" wrote:

One way:

CF1: =AND(COUNTIF(E15,"*R*"),G15TIME(8,30,0))
Format1: <patterns/<desired color


In article ,
mndpy wrote:

I want for a cell to change color if one cell E15 has an R in it and if cell
G15 is more than 8.5 hours. Any help would be appreciated.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Conditional Formatting Help

Try:

=AND(COUNTIF(E15,"*R*"),TIMEVALUE(G15)TIME(8,30,0 ))

In article ,
mndpy wrote:

One more question what is the G15 is a subtraction of time however it is just
a gerneral text format?

"JE McGimpsey" wrote:

One way:

CF1: =AND(COUNTIF(E15,"*R*"),G15TIME(8,30,0))
Format1: <patterns/<desired color

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Conditional Formatting Help

maybe
=and(e15="r",g158.5)
or
=and(e15="r",g15time(0,8,30))

It depends on how you enter that 8.5 hours -- is it a real time or just a
regular old number?

mndpy wrote:

I want for a cell to change color if one cell E15 has an R in it and if cell
G15 is more than 8.5 hours. Any help would be appreciated.


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting Help

Thanks!

"mndpy" wrote:

I want for a cell to change color if one cell E15 has an R in it and if cell
G15 is more than 8.5 hours. Any help would be appreciated.

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
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting MartinW Excel Worksheet Functions 3 August 2nd 06 01:09 PM
Conditional Formatting fak119 New Users to Excel 1 August 2nd 06 09:51 AM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 11:58 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"